1
votes

Let's say we have a multi-module project parent, module1, module2 where module1 depends on module2.

If I run "mvn test" (not "mvn install"), will module2 sees the changes in module1?

Thanks in advance.

1

1 Answers

1
votes

Yes, it will. Maven maintains cross-module classpath while compiling and testing.