Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 596 Bytes

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.