<Change>Passing smartgears-distribution version as argument when compiling</Change>

<Change>Used tomcat 7 range instead of fixed version</Change>

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution-bundle@119558 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-10-09 09:05:13 +00:00
parent 8a10bbbd76
commit 9a10ebb724
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@
<distroDirectory>distro</distroDirectory>
<targetDirectory>target/bundle</targetDirectory>
<smartgearsDirectory>SmartGears-Bundle</smartgearsDirectory>
<!-- smartgears-distribution.version>1.2.5-SNAPSHOT</smartgears-distribution.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>
-->
<resourcesDirectory>src/resources</resourcesDirectory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>