diff --git a/pom.xml b/pom.xml index 622616d..657f3ff 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,20 @@ 4.0.0 + + maven-parent + org.gcube.tools + 1.0.0 + + org.gcube.dataanalysis dataminer 1.0.0-SNAPSHOT - wps-statistical-synch-service - wps-statistical-synch-service + dataminer + dataminer + + ${project.basedir}/distro + ch.qos.logback @@ -56,17 +65,10 @@ - + org.gcube.dataanalysis ecological-engine-wps-extension @@ -129,21 +131,73 @@ org.gcube.common common-authorization - [1.0.0-SNAPSHOT,2.0.0) + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) provided - src maven-compiler-plugin - 3.0 + 3.1 - 1.7 - 1.7 + 1.6 + 1.6 + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + true + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-profile + install + + copy-resources + + + target + + + ${distroDirectory} + true + + profile.xml + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.5.3 + + + ${distroDirectory}/descriptor.xml + + + + + servicearchive + install + + single + + + +