From f99dd836e25aa56fb86835b110e5b92146020a9c Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 27 Oct 2017 16:04:22 +0000 Subject: [PATCH] Added directive to create service archive git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-insert-storage-se-plugin@157763 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 60 +++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index baac402..ef4c1e4 100644 --- a/pom.xml +++ b/pom.xml @@ -14,9 +14,8 @@ UTF-8 - distro + ${project.basedir}/distro Accounting - 1.7 @@ -64,20 +63,11 @@ provided - + @@ -124,7 +114,7 @@ org.gcube.accounting - accounting-lib + accounting-lib provided @@ -160,15 +150,51 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + copy-profile + install + + copy-resources + + + target + + + ${distroDirectory} + true + + profile.xml + + + + + + + org.apache.maven.plugins maven-assembly-plugin + + ${distroDirectory}/descriptor.xml + jar-with-dependencies + + servicearchive + install + + single + + package