forked from mathibodeau/petstore
-
Notifications
You must be signed in to change notification settings - Fork 25
Build Profiles
testinfected edited this page Aug 31, 2012
·
9 revisions
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 section Starting the web application).
This profile is used for production on Cloudbees. You will typically activate this profile when deploying the application in the production environment.
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.