An open API service indexing awesome lists of open source software.

https://github.com/thomasnield/maven_mutli_project_example


https://github.com/thomasnield/maven_mutli_project_example

Last synced: 8 months ago
JSON representation

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
```

![](http://i.imgur.com/ANbmr7M.png)