https://github.com/thomasnield/maven_mutli_project_example
https://github.com/thomasnield/maven_mutli_project_example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasnield/maven_mutli_project_example
- Owner: thomasnield
- Created: 2017-06-19T15:25:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T15:35:31.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T18:34:46.725Z (about 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maven Multiproject Example
Example how a project (app2) can use a physical neighboring project (app1) as a dependency, while showing both in the same workspace.
```
multi_project_folder
|
+-----app1
| |
| +--pom.xml
| |
| +--src
| |
| +--main
| |
| +--java
|
+-----app2
|
+--pom.xml
|
+--src
|
+--main
|
+--java
```
