> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to