Fixing bundle

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution-bundle@119584 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-10-09 14:54:23 +00:00
parent 051abea1aa
commit c5bcb3d4e6
2 changed files with 4 additions and 2 deletions

View File

@ -19,6 +19,7 @@
<distroDirectory>distro</distroDirectory>
<targetDirectory>target/bundle</targetDirectory>
<smartgearsDirectory>SmartGears-Bundle</smartgearsDirectory>
<tomcat.version>7.0.64</tomcat.version>
<!-- This property MUST be passed as argument from command line
i.e. mvn compile -Dsmartgears-distribution.version=1.2.5-SNAPSHOT
<smartgears-distribution.version>1.2.5-SNAPSHOT</smartgears-distribution.version>
@ -56,7 +57,8 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat</artifactId>
<version>[7.0.0,8.0.0-RC)</version>
<version>${tomcat.version}</version>
<!-- version>[7.0.0,8.0.0-RC)</version -->
<type>tar.gz</type>
</dependency>
</dependencies>

View File

@ -2,7 +2,7 @@ PS1='$ '
TOMCAT_DST_FOLDER="tomcat"
TOMCAT_VERSION="${tomcat.version}"
TOMCAT_PID_FILENAME="tomcat.pid"
SMARTGEAR_DISTRIBUTION_DIRECTORY="smartgears-distribution-${smartgear.version}"
SMARTGEAR_DISTRIBUTION_DIRECTORY="smartgears-distribution-${smartgears-distribution.version}"
SMARTGEAR_ROOT=${PWD}
BUNDLE_HOME=${SMARTGEAR_ROOT}