-
Notifications
You must be signed in to change notification settings - Fork 25
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.
This is the default profile, used for development. You will typically run the web application using this profile (see Starting the web application).
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.
This profile is used for continuous build and deployment in the integration environment on Cloudbees.
This profile is used when deploying in the production environment on Cloudbees.