This commit is contained in:
Fabio Sinibaldi 2019-04-16 15:07:37 +00:00
parent 2a608999da
commit 07e4855ede
10 changed files with 70 additions and 3 deletions

View File

@ -34,6 +34,25 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>make-uberjar</id>
<phase>package</phase>
</execution>
<execution>
<id>make-servicearchive</id>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1,20 @@
<assembly>
<id>uberjar</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<unpack>false</unpack>
<scope>runtime</scope>
<useProjectArtifact>false</useProjectArtifact>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<directory>${project.build.outputDirectory}</directory>
<outputDirectory>.</outputDirectory>
</fileSet>
</fileSets>
</assembly>

View File

@ -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

View File

@ -34,6 +34,25 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>make-uberjar</id>
<phase>package</phase>
</execution>
<execution>
<id>make-servicearchive</id>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@ -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

View File

@ -0,0 +1 @@
org/gcube/data/publishing/gCataFeeder/catalogues/gCat/GCatController$1.class

View File

@ -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

View File

@ -0,0 +1 @@
/home/fabio/workspaces/DEV/gCat-Feeder-Suite/gCat-Controller/src/test/java/org/gcube/data/publishing/gCatFeeder/catalogues/gCat/Interactions.java