# maven-modular
**Repository Path**: volcengine/maven-modular
## Basic Information
- **Project Name**: maven-modular
- **Description**: No description available
- **Primary Language**: Java
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-10-23
- **Last Updated**: 2023-10-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Example Maven multi-module project
===
This project has two maven modules:
- module1
- module2
With multi-module projects the groupId becomes: com.github.User.Repo
And artifactId remains the same as in the module's pom file.
Module 1:
```xml
com.github.jitpack.maven-modular
module1
1.1
```
Module 2:
```xml
com.github.jitpack.maven-modular
module2
1.1
```
To get both of them together use the usual repository syntax:
```xml
com.github.jitpack
maven-modular
1.1
```