archetype-resources.build.properties.example Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-archetype-servlet-spring-camel-war
Show all versions of camunda-archetype-servlet-spring-camel-war
Process application that uses a shared Camunda BPM engine in a Servlet Container, e.g. Apache Tomcat.
Contains: Servlet Process Application, BPMN Process, Java Delegate, HTML5-based start and task forms,
JUnit Test with in-memory engine, Maven Plugins or Ant build script for one-click deployment in Eclipse
The newest version!
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
# Copy this file to 'build.properties' and modify it to match your system
# Alternatively, you can also copy it to '${symbol_dollar}{user.home}/.camunda/build.properties'
# to have a central configuration that works with all camunda BPM projects
# Defines the deployment folder in a camunda BPM installation (backslashes need to be escaped or replaced by forward slashes).
deploy.jboss.dir=C:/camunda/camunda-bpm-jboss-${camunda-version}/server/jboss-as-${jboss-version}/standalone/deployments
deploy.tomcat.dir=C:/camunda/camunda-bpm-tomcat-${camunda-version}/server/apache-tomcat-${tomcat-version}/webapps
© 2015 - 2024 Weber Informatics LLC | Privacy Policy