Skip to content
testinfected edited this page Sep 1, 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 Starting the web application).

Test profile

The settings in this profile are used when running integration and system tests. This profile is also used to run database management tasks on the test database.

You could also use this profile for a continuous build environment.

Integration profile

This profile is used for continuous build and deployment in the integration environment on Cloudbees.

Production profile

This profile is used when deploying in the production environment on Cloudbees.

Clone this wiki locally