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!
- Can Maven automatically build depended projects ? Bo Xu
- Re: Can Maven automatically build depended projects ? Ketan Khairnar
- Re: Can Maven automatically build depended projects ? Jason van Zyl
