Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An Apache Maven example reactor project with multiple modules

Notifications You must be signed in to change notification settings

mesche/maven-multi-project-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Maven Multi Project Example

Introduction

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.

Getting started

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.

Links

Guide to Working with Multiple Modules

License

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

About

An Apache Maven example reactor project with multiple modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages