From 67a93180b94bc647496b0732977feb9302d2c97a Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 31 Oct 2017 10:40:09 +0000 Subject: [PATCH] Refs #10139: Modify accounting-analytics-persitence-couchbase 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/10139 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-analytics-persistence-couchbase@158039 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/descriptor.xml | 31 ------------------------------- pom.xml | 33 ++++++++------------------------- 2 files changed, 8 insertions(+), 56 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 a0a16e5..8f014f4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,7 @@ maven-parent 1.0.0 + org.gcube.accounting accounting-analytics-persistence-couchbase 1.6.0-SNAPSHOT @@ -23,7 +24,7 @@ scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId} https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId} - + @@ -63,7 +64,6 @@ slf4j-api provided - com.couchbase.client @@ -71,13 +71,11 @@ 2.2.7 - - org.json - json - 20090211 + org.json + json + 20090211 - junit @@ -91,7 +89,6 @@ 1.0.13 test - org.gcube.resources registry-publisher @@ -112,34 +109,20 @@ common-authorization test - org.apache.maven.plugins maven-assembly-plugin - - - ${distroDirectory}/descriptor.xml - - - jar-with-dependencies - - - servicearchive + make-uberjar install - - single - - package - - single - + make-servicearchive + install