From bb8b1a3390f0377bef428ad4832d59a9b4019ce5 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 15 Apr 2015 13:54:14 +0000 Subject: [PATCH] Replacing in container.xml so that the SmartGearDistributionBundle version will be available on ghn profile. Refs. #3320 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution-bundle@114071 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2eccfcc..5031d15 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.distribution smartgears-distribution-bundle - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom A distribution bundle for the SmartGears Framework A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to quickly installing smartgear @@ -18,8 +18,8 @@ distro SmartGear - 7.0.42 - 1.2.0-SNAPSHOT + 7.0.61 + 1.2.1-SNAPSHOT src/resources UTF-8 @@ -85,10 +85,10 @@ copy-resources + process-resources copy-resources - process-resources ${basedir}/${smartgearDirectory} @@ -101,10 +101,10 @@ copy-profile + process-resources copy-resources - process-resources ${basedir}/${smartgearDirectory}/info @@ -117,6 +117,28 @@ + + com.google.code.maven-replacer-plugin + replacer + 1.5.3 + + + pre-integration-test + + replace + + + + + ${basedir}/${smartgearDirectory}/smartgears-distribution-${smartgear.version}/container.xml + + + UnBundled + ${project.version} + + + + org.apache.maven.plugins maven-assembly-plugin