I have two java projects in eclipse. One is maven enabled, the another one is just a normal java project. I want my maven project to reference the java project on build path.
My question is, Any simple way to reference the java project without changing it to a maven project ?
Firstly, i know that i can export the project as a jar and then maven install it. Then i can reference it in the dependency section of pom.xml. This is not dynamic enough to suit my needs.
Is there a maven plugin that can help me. Thanks in advance.