diff --git a/descriptor.xml b/descriptor.xml deleted file mode 100644 index b5d156c..0000000 --- a/descriptor.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - servicearchive - - tar.gz - - / - - - . - ${file.separator} - true - - README.md - LICENSE.md - gcube-app.xml - changelog.xml - - 755 - true - - - - - target${file.separator}${build.finalName}.${project.packaging} - ${file.separator}${project.artifactId} - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 60a2113..25aea60 100644 --- a/pom.xml +++ b/pom.xml @@ -188,7 +188,6 @@ LICENSE.md README.md - web.xml gcube-app.xml changelog.xml @@ -198,28 +197,16 @@ - - - org.apache.maven.plugins maven-assembly-plugin - - - descriptor.xml - - - servicearchive - install - - single - + make-servicearchive + package - diff --git a/src/main/java/org/gcube/gcat/profile/MetadataUtility.java b/src/main/java/org/gcube/gcat/profile/MetadataUtility.java index eb7bbdd..1224ec8 100644 --- a/src/main/java/org/gcube/gcat/profile/MetadataUtility.java +++ b/src/main/java/org/gcube/gcat/profile/MetadataUtility.java @@ -44,7 +44,6 @@ public class MetadataUtility { /** * Returns the names of the metadata profiles in a given context - * @param context * @return the set of profile names * @throws Exception */