| ... | ... | @@ -21,3 +21,5 @@ Change into the source directory and call `mvn clean package`. This will trigger |
|
|
|
With versions prior to 2.5.10 the default profile "prod" creates a ear which will run with JBoss 6.x. With version 2.5.10 the default profile is "prod-wildfly". You can change the profile which is used for build with the -P parameter, e.g. `mvn -Pprod-wildfly clean package`.
|
|
|
|
|
|
|
|
Please consider using a seperate build profile for your environment. You can specify this profile in your [maven settings.xml](https://maven.apache.org/settings.html). For version prior to 2.5.10 you have to take this step, if you want to deploy the application on wildfly. Recent versions can be used without having to change parameters at compile time.
|
|
|
|
|
|
|
|
Next step: [Prepare/Install database](/installation/Database) |