Maven - Users - Dependencies between modules of a multi module project
You have it right. Maven will not go build a sibling module, it willuse what's in the local repository.
Most IDEs are capable of watching for changes and re-compiling on the
fly so that you have the latest available.
If you are working from the command line and want that behavior, you
need to build from the top.
Read full article from Maven - Users - Dependencies between modules of a multi module project
No comments:
Post a Comment