the script initializes the demo projects
- right click on
app
project - select "Java Build Path"
- goto "Libraries" tab
- look at maven dependencies, there should be a jar dependency to lib-1.0.0.jar from your MLR
- notice the profile "eclipse" in app pom.xml
- right click on
app
project - select "Maven"
- in "Active Maven Porfiles", enter eclipse
- verify that checkbox "Resolve dependencies from Workspace projects" is checked
- click apply. Eclipse detects a change in the project configuration and ask to update the configuration. Answer yes.
- now if you verify again the dependencies of the app project, you will find a project dependency to the library one
Enjoy Eclipse & jgitver-maven-plugin !