Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
3.1.0
-
None
Description
Maven 3.1.0 fails to resolve zip type dependencies produced via assemblies by modules higher up the reactor hierarchy. For example module A has a dep on module B of type zip. Module A produces a zip containing jars plus some other files which the build of module B should extract and copy to the output directory. However, dep solving of module B fails.
It works with Maven 3.0.5 but fails to build with Maven 3.1.0