All the modules for openarchitectureware are build using oaw 4.2.0. We use the maven repository provided by the fornax team to build the modules. All our artifacts are stored in a local repository. The link can be found on the left handside menu.
The building is still a bit experimental as were are in a learning process to operate all the tools required.
The minimum you will need is:
After installing all tools following steps are required to get project running:
When installation of project is complete start command line an change to project directory.
Following commands can be used to build single projects:
mvn clean | Cleanup of all existing compilation results. |
mvn test | Compiles and executes all unit tests in a project without generating targets. |
mvn install | Compiles, executes unit test and create all defined targets. |
When building project components4oaw-parent all defined subprojects are build, too.