Skip to content

Maven multi-module structure

License

Notifications You must be signed in to change notification settings

kevinsimard/mvn-multi-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Multi-Module Structure

Code Structure

├── common
│   ├── .gitignore
│   └── pom.xml
├── mod1
│   ├── .gitignore
│   └── pom.xml
├── mod2
│   ├── .gitignore
│   └── pom.xml
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── Makefile
├── README.md
└── pom.xml

License

This package is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published