> if module2 depends on module1 and I execute "mvn clean test" at the top
> "shared" parent, the classpath for module2 would look at
> module1/target/classes vs <m2-repo>...module1.jar.  Correct?

Yes, and you can confirm this via "mvn -X clean test" which will show
the actual classpaths that are being used at various stages of the
build etc.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to