Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.1, 3.2.1, 3.2.2, 3.2.3, 3.2.5, 3.3.1, 3.3.3
-
None
-
Windows
Description
We have a multi-module build that is very large. With Maven 3.0.4 we run mvn clean test to save time since packaging takes a significant amount of time.
We recently tried to upgrade to Maven 3.3.3 so that we could use some newer plugins.
With Maven 3.3.3, our ear module fails to resolve its war dependency.
This is easily reproducible by using the j2ee archetype.