Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.1
-
None
Description
This is mostly to track the result of Compilation problem with Maven 3.0-beta-1 reported by Henrique Prange. In essence, given an artifact handler with
<configuration> <type>woframework</type> <extension>jar</extension> <packaging>jar</packaging> </configuration>
and a project with <packaging>woframework</packaging> using an extension plugin contributing the above artifact handler, Maven ignores the artifact handler because it tries to match project.packaging with artifactHandler.packaging. As a result, the project's main artifacts ends up being installed/deployed with the file extension "woframework" instead of "jar".