diff --git a/pom.xml b/pom.xml index 2106c29..919971a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,26 @@ 1.0.0-SNAPSHOT seadatanetconnector seadatanetconnector - + + https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/SeaDataNetConnector + + + + Gianpaolo Coro + gianpaolo.coro@isti.cnr.it + CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" + + architect + developer + + + + + ${project.build.directory}/${project.build.finalName} + distro + UTF-8 + UTF-8 + @@ -36,39 +55,47 @@ src + + maven-compiler-plugin 3.1 - 1.7 - 1.7 + 1.6 + 1.6 - - maven-resources-plugin - 2.7 + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + true + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2 + + + ${distroDirectory}/descriptor.xml + + - copy-resources - - validate + servicearchive + install - copy-resources + single - - ${project.build.directory}/resources - - - ${basedir}/resources - false - - - - - - + + - + \ No newline at end of file