mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -19,4 +19,7 @@ app.tomcat.webapps=${app.tomcat.folder}/webapps
|
|||||||
# Application properties
|
# Application properties
|
||||||
app.folder=${app.tomcat.webapps}/${app.war.artifactId}
|
app.folder=${app.tomcat.webapps}/${app.war.artifactId}
|
||||||
app.package=${app.war.artifactId}.${app.war.packaging}
|
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
|
@@ -45,7 +45,7 @@
|
|||||||
<arg value="clean" />
|
<arg value="clean" />
|
||||||
<arg value="install" />
|
<arg value="install" />
|
||||||
<arg value="-DskipTests" />
|
<arg value="-DskipTests" />
|
||||||
<arg value="-Dminifyjs=false" />
|
<arg value="-Dminifyjs=${minifyjs}" />
|
||||||
<arg value="-PfullBuild" />
|
<arg value="-PfullBuild" />
|
||||||
<arg value="alfresco:amp" />
|
<arg value="alfresco:amp" />
|
||||||
</exec>
|
</exec>
|
||||||
|
Reference in New Issue
Block a user