mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
22 lines
774 B
Properties
22 lines
774 B
Properties
# Do NOT change the values directly in this file. If you need to change the value of a property,
|
|
# create a file called "build.local.properties" in the same folder and change the value in that file.
|
|
|
|
# The application war file properties
|
|
app.war.packaging=war
|
|
|
|
# Executable properties
|
|
mvn.exec=${env.MAVEN_HOME}/bin/mvn.bat
|
|
|
|
# Ant directory properties
|
|
ant.build.directory=target
|
|
ant.config.directory=config
|
|
ant.source.web.directory=source/web
|
|
|
|
# Tomcat properties
|
|
app.tomcat.folder=${ant.build.directory}/../../../software/${app.tomcat}
|
|
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} |