From 8a10bbbd76c1deee30babcf18b2847aaf3103294 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 9 Oct 2015 09:00:03 +0000 Subject: [PATCH] Passing smartgears-distribution version as argument when compiling Used tomcat 7 range instead of fixed version git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution-bundle@119557 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/README | 5 +++-- distro/changelog.xml | 11 +++++++++-- pom.xml | 19 +++++++++---------- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/distro/README b/distro/README index 1d30ab0..fdc03c2 100644 --- a/distro/README +++ b/distro/README @@ -1,8 +1,9 @@ The gCube System - ${name} ---------------------- -This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2), D4Science (FP7-INFRA-2007-1.2.2), -D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2), and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil). +This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2), +D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2), +and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1). Authors ------- diff --git a/distro/changelog.xml b/distro/changelog.xml index 58340c6..f860ee3 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,8 +1,15 @@ - - First Release + + Passing smartgears-distribution version as argument when compiling + Used tomcat 7 range instead of fixed version + + + Reorganized package creation Adding Bundle Version on container.xml to be published on ghn profile + + First Release + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 868bc86..dc85d3d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,14 +13,13 @@ 1.0.3-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 + A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to install quickly Smartgears distro target/bundle - SmartGears-Bundle - 7.0.61 - 1.2.5-SNAPSHOT + SmartGears-Bundle + src/resources UTF-8 @@ -47,14 +46,14 @@ org.gcube.distribution smartgears-distribution - ${smartgear.version} + [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) tar.gz org.apache.tomcat tomcat - ${tomcat.version} + [7.0.0,8.0.0-RC) tar.gz @@ -73,7 +72,7 @@ copy-resources - ${basedir}/${targetDirectory}/${smartgearDirectory} + ${basedir}/${targetDirectory}/${smartgearsDirectory} ${resourcesDirectory} @@ -89,7 +88,7 @@ copy-resources - ${basedir}/${targetDirectory}/${smartgearDirectory}/distro + ${basedir}/${targetDirectory}/${smartgearsDirectory}/distro ${distroDirectory} @@ -112,7 +111,7 @@ unpack-dependencies - ${basedir}/${targetDirectory}/${smartgearDirectory} + ${basedir}/${targetDirectory}/${smartgearsDirectory} war @@ -131,7 +130,7 @@ - ${basedir}/${targetDirectory}/${smartgearDirectory}/smartgears-distribution-${smartgear.version}/container.xml + ${basedir}/${targetDirectory}/${smartgearsDirectory}/smartgears-distribution-${smartgears-distribution.version}/container.xml UnBundled