diff --git a/gCat-Controller/pom.xml b/gCat-Controller/pom.xml index 08e4779..b2f1b24 100644 --- a/gCat-Controller/pom.xml +++ b/gCat-Controller/pom.xml @@ -34,6 +34,25 @@ - + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + make-uberjar + package + + + make-servicearchive + package + + + + + + \ No newline at end of file diff --git a/gCat-Controller/src/assemble/uber-jar-assembly.xml b/gCat-Controller/src/assemble/uber-jar-assembly.xml new file mode 100644 index 0000000..3e33613 --- /dev/null +++ b/gCat-Controller/src/assemble/uber-jar-assembly.xml @@ -0,0 +1,20 @@ + + uberjar + + jar + + false + + + false + runtime + false + + + + + ${project.build.outputDirectory} + . + + + \ No newline at end of file diff --git a/gCat-Controller/target/classes/META-INF/maven/org.gcube.data-publishing.gCat-Feeder/gCat-Controller/pom.properties b/gCat-Controller/target/classes/META-INF/maven/org.gcube.data-publishing.gCat-Feeder/gCat-Controller/pom.properties index 0f9ba74..2f08057 100644 --- a/gCat-Controller/target/classes/META-INF/maven/org.gcube.data-publishing.gCat-Feeder/gCat-Controller/pom.properties +++ b/gCat-Controller/target/classes/META-INF/maven/org.gcube.data-publishing.gCat-Feeder/gCat-Controller/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven Integration for Eclipse -#Wed Apr 03 15:58:23 CEST 2019 +#Tue Apr 16 12:50:28 CEST 2019 version=1.0.0-SNAPSHOT groupId=org.gcube.data-publishing.gCat-Feeder m2e.projectName=gCat-Controller diff --git a/gCat-Controller/target/classes/META-INF/maven/org.gcube.data-publishing.gCat-Feeder/gCat-Controller/pom.xml b/gCat-Controller/target/classes/META-INF/maven/org.gcube.data-publishing.gCat-Feeder/gCat-Controller/pom.xml index 08e4779..b2f1b24 100644 --- a/gCat-Controller/target/classes/META-INF/maven/org.gcube.data-publishing.gCat-Feeder/gCat-Controller/pom.xml +++ b/gCat-Controller/target/classes/META-INF/maven/org.gcube.data-publishing.gCat-Feeder/gCat-Controller/pom.xml @@ -34,6 +34,25 @@ - + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + make-uberjar + package + + + make-servicearchive + package + + + + + + \ No newline at end of file diff --git a/gCat-Controller/target/gCat-Controller-1.0.0-SNAPSHOT.jar b/gCat-Controller/target/gCat-Controller-1.0.0-SNAPSHOT.jar new file mode 100644 index 0000000..f6b7e3a Binary files /dev/null and b/gCat-Controller/target/gCat-Controller-1.0.0-SNAPSHOT.jar differ diff --git a/gCat-Controller/target/maven-archiver/pom.properties b/gCat-Controller/target/maven-archiver/pom.properties new file mode 100644 index 0000000..8a90875 --- /dev/null +++ b/gCat-Controller/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Tue Apr 16 11:55:01 CEST 2019 +version=1.0.0-SNAPSHOT +groupId=org.gcube.data-publishing.gCat-Feeder +artifactId=gCat-Controller diff --git a/gCat-Controller/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/gCat-Controller/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..4593fd9 --- /dev/null +++ b/gCat-Controller/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1 @@ +org/gcube/data/publishing/gCataFeeder/catalogues/gCat/GCatController$1.class diff --git a/gCat-Controller/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/gCat-Controller/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..881acd7 --- /dev/null +++ b/gCat-Controller/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,2 @@ +/home/fabio/workspaces/DEV/gCat-Feeder-Suite/gCat-Controller/src/main/java/org/gcube/data/publishing/gCataFeeder/catalogues/gCat/GCatPlugin.java +/home/fabio/workspaces/DEV/gCat-Feeder-Suite/gCat-Controller/src/main/java/org/gcube/data/publishing/gCataFeeder/catalogues/gCat/GCatController.java diff --git a/gCat-Controller/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/gCat-Controller/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..e69de29 diff --git a/gCat-Controller/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/gCat-Controller/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..1fa6da7 --- /dev/null +++ b/gCat-Controller/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1 @@ +/home/fabio/workspaces/DEV/gCat-Feeder-Suite/gCat-Controller/src/test/java/org/gcube/data/publishing/gCatFeeder/catalogues/gCat/Interactions.java