Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0-beta-3
-
Fix Version/s: 3.0
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Environment:maven-3-beta-2, maven-3-beta-3
-
Complexity:Intermediate
-
Number of attachments :
Description
There seems to be a regression in maven-3-beta-3 related to the assembly plugin. When building a multi-module project using Maven 3-beta-3 I get the error "Unable to obtain archiver for extension 'zip'". This error does not happen with Maven 3-beta-2.
I wasn't able to reproduce this problem with a smaller project. The source can be checked out from the jboss repo
svn co -r 107936 http://anonsvn.jboss.org/repos/jbossas/trunk
The problem can be seen running building certain modules.
mvn clean install -pl deployment,server,osgi/zip
I will try to narrow down the problem further if I have some time.
Recreated locally, investigating...