This is an Apache Maven example project with multiple modules.
The reactor is a mechanism in Maven that handles multi-module projects.
The modules includes additional source, tests and resource directories from the reactor project.
You need Apache Maven to build the project. Execute the commands from the project root directory.
$ cd MavenReactor
$ mvn clean install
Note: When you specify clean, you make sure that Maven is going to remove old output before it compiles and packages an application.
Guide to Working with Multiple Modules
The license is committed to the repository in the project folder as LICENSE.txt
.
Please see the LICENSE.txt
file for full informations.
Markus Eschenbach - http://www.blogging-it.com