From 2c6b5d39b5abf2c62eefae40cba73f569f0bb490 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 31 Oct 2017 10:25:31 +0000 Subject: [PATCH] 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@158035 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/descriptor.xml | 31 ------------------------------- pom.xml | 26 +++----------------------- 2 files changed, 3 insertions(+), 54 deletions(-) delete mode 100644 distro/descriptor.xml diff --git a/distro/descriptor.xml b/distro/descriptor.xml deleted file mode 100644 index ba2c192..0000000 --- a/distro/descriptor.xml +++ /dev/null @@ -1,31 +0,0 @@ - - servicearchive - - tar.gz - - / - - - ${distroDirectory} - ${file.separator} - true - - README - LICENSE - changelog.xml - profile.xml - - 755 - true - - - - - target${file.separator}${build.finalName}.${project.packaging} - ${file.separator}${artifactId} - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7851adb..500add8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,13 +11,11 @@ 1.3.0-SNAPSHOT Accounting Aggregator Accounting Aggregator Smart Executor Plugin - UTF-8 distro Accounting - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId} scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId} @@ -34,7 +32,6 @@ - org.gcube.vremanagement @@ -62,9 +59,6 @@ common-encryption provided - - - org.gcube.accounting @@ -78,7 +72,6 @@ provided - junit @@ -99,27 +92,14 @@ org.apache.maven.plugins maven-assembly-plugin - - - ${distroDirectory}/descriptor.xml - - - jar-with-dependencies - - - servicearchive + make-uberjar install - - single - - package - - single - + make-servicearchive + install