You can either build all of the Celtix Enterprise components in a single build or you can build each component individually.
To build all of the components included in the source distribution enter mvn install in the folder to which you unpacked the source distribution.
|
Tip |
|---|---|
|
If you have errors building the source distribution try removing your private Maven repository ( |
To build Celtix Advanced Service Engine do the following:
Change into the cxf folder.
Enter mvn -Peveryting.
|
Tip |
|---|---|
|
If you do not want to run the tests as part if the build, you can do the following:
|
To build Celtix Advanced Messaging do the following:
Change into the qpid folder.
Enter mvn install.
|
Tip |
|---|---|
|
If do not want to run all of the tests as part of the build, you can enter |
When the build finishes, change into the java folder.
Change into the distribution folder.
Enter mvn.
To build the Celtix Enterprise container do the following:
Build the Celtix Enterprise common projects as described in Building the common projects.
Change into the container folder.
Enter mvn install.
To build the Celtix Enterprise router do the following:
Build the Celtix Enterprise common projects as described in Building the common projects.
Change into the router folder.
Enter mvn install.
The Celtix Enterprise container and the router require that you first build three common projects. These projects are:
codestyle
parent
testutils
To build these projects you must change into each folder and enter mvn install.
|
Important |
|---|---|
|
You must build the projects in the order they are listed above. |