diff --git a/pom.xml b/pom.xml index 0cd547d..cb11dd1 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ UTF-8 - distro + ${project.basedir}/distro Accounting @@ -27,7 +27,14 @@ org.gcube.distribution - maven-smartgears-bom + gcube-bom + LATEST + pom + import + + + org.gcube.distribution + gcube-smartgears-bom LATEST pom import @@ -43,12 +50,9 @@ provided - - org.gcube.common common-authorization - @@ -56,13 +60,11 @@ authorization-client - org.gcube.core common-scope provided - org.gcube.common @@ -100,19 +102,16 @@ document-store-lib-couchbase [1.0.1-SNAPSHOT, 2.0.0-SNAPSHOT) - + org.gcube.data.publishing document-store-lib provided - org.gcube.accounting accounting-lib provided - - junit junit @@ -140,15 +139,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