I have a project A and another Project B. Project A depends on Project B and 
that has been declared in pom file.
What I found is that everytime I change source code of Project B , I have to 
manually build project B to let project A knows the change. 
Is there a way of letting it happen automatically like Ant does? Thank you!

Reply via email to