Refs #10136: Modify accounting-aggregator-se-plugin pom.xml to create uber-jar instead of jar-with-dependencies and to use new make-servicearchive directive

Task-Url: https://support.d4science.org/issues/10136

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@158037 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-31 10:31:26 +00:00
parent b78c0c5f57
commit 6bdb7e85f4
1 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,7 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- END Document Store and Accounting libraries --> <!-- END Document Store and Accounting libraries -->
<!-- Test libs --> <!-- Test Dependencies -->
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
@ -90,7 +90,6 @@
<version>1.0.13</version> <version>1.0.13</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- END Test libs -->
</dependencies> </dependencies>
<build> <build>