Skip to content
testinfected edited this page Aug 31, 2012 · 9 revisions

Build Profiles

The maven build uses 4 different profiles, described next. The profiles and their configurations can be found in the top level pom.xml. In that file, you can configure database username, password, connection url, server port, log file location, etc.

Development profile

This is the default profile, used for development. You will typically run the web application using this profile (see section Starting the web application).

Production profile

This profile is used for production on Cloudbees. You will typically activate this profile when deploying the application in the production environment.

Integration profile

This profile is used for continuous build and deployment in an integration environment on Cloudbees. You will typically activate this profile on a CI environment.

Clone this wiki locally