From 66d6ba88820496d4df5ee51ed3c38cf6af63c776 Mon Sep 17 00:00:00 2001 From: Loredana Liccardo Date: Mon, 9 Jun 2014 15:48:23 +0000 Subject: [PATCH] file pom modified to copy file property.xml from folder distro to target git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManagerAlgorithms@97149 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 85 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 73 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index dd563ad..ae18859 100644 --- a/pom.xml +++ b/pom.xml @@ -3,16 +3,25 @@ 4.0.0 - org.gcube.dataacces.algorithms - DatabasesResourcesManagerAlgorithms - 1.0.0-SNAPSHOT - org.gcube.tools maven-parent 1.0.0 + org.gcube.dataacces.algorithms + DatabasesResourcesManagerAlgorithms + 1.0.0-SNAPSHOT + DatabasesResourcesManagerAlgorithms + Databases Resources Manager Algorithms + + + ${project.basedir}/distro + UTF-8 + UTF-8 + + + @@ -20,21 +29,21 @@ - - - - - + + + + + + - org.gcube.dataanalysis databases-resources-manager 1.0.0-SNAPSHOT - - + + @@ -48,4 +57,56 @@ + + + + + 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 + 2.2 + + + ${distroDirectory}/descriptor.xml + + + + + servicearchive + install + + single + + + + + + +