Suppose we have a multimodule project:
<modules>
<module>first</module>
<module>second</module>
</modules>
where second
depends on first
through dependencies
.
If I run mvn clean
package
, does maven or reactor will put any of the modules to local repo anyway?