Extracted the property for minification in to the build.properties file

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@99525 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2015-03-16 16:29:24 +00:00
parent 45db660e13
commit d125fbeafc
2 changed files with 5 additions and 2 deletions

View File

@@ -19,4 +19,7 @@ app.tomcat.webapps=${app.tomcat.folder}/webapps
# Application properties
app.folder=${app.tomcat.webapps}/${app.war.artifactId}
app.package=${app.war.artifactId}.${app.war.packaging}
app.package.path=${app.tomcat.webapps}/${app.package}
app.package.path=${app.tomcat.webapps}/${app.package}
# Controls the minification process of js files
minifyjs=false

View File

@@ -45,7 +45,7 @@
<arg value="clean" />
<arg value="install" />
<arg value="-DskipTests" />
<arg value="-Dminifyjs=false" />
<arg value="-Dminifyjs=${minifyjs}" />
<arg value="-PfullBuild" />
<arg value="alfresco:amp" />
</exec>