I have a use case where i am developing two projects, and project A depends on project B.

What i want to do is a mvn clean compile under project A directory and it will also compile project B and use it's classes as a dependency. Sounds simple enough but i can't seem to be able to get this use case working.

The problem is that if i declare the dependency to project B in the project A pom maven will always look for the installed artifact of B, which isn't what i want because i don't want to have to install B every time i try to compile A.

So i guess what i'm looking for is a way to declare that project A depends on project B current source code and not it's installed artifact.

Am i making any sense ?

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to