Restored creation of jar-with-dependencies

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-orientdb-hooks@160165 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-12-07 13:53:57 +00:00
parent 7b6d26aff6
commit e00bb9c450
2 changed files with 12 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-orientdb-hooks.1-3-0" date="${buildDate}">
<Change></Change>
<Change>Added modifiedBy in Header #9999</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-orientdb-hooks.1-2-0" date="2017-03-16">
<Change>Added Propagation Constraint management on relations</Change>

11
pom.xml
View File

@ -76,6 +76,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-uberjar</id>
@ -85,6 +90,12 @@
<id>make-servicearchive</id>
<phase>install</phase>
</execution>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>