Plugin does not handle Axis2 MAR files
--------------------------------------
Key: MWAR-193
URL: http://jira.codehaus.org/browse/MWAR-193
Project: Maven 2.x WAR Plugin
Issue Type: Improvement
Affects Versions: 2.1-beta-1
Environment: Linux 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 GNU/Linux
java version "1.5.0_15"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
Java HotSpot(TM) Server VM (build 1.5.0_15-b04, mixed mode)
Reporter: johan lindquist
Priority: Minor
When adding a dependency on (for example) Axis2 addressing module (addressing-1.41.mar), the
war plugin will not place this into the final WAR file (in WEB-INF/modules). For Axis2 AAR
files, this does work however (it is placed in WEB-INF/services), which seem to point to a
small inconsistency.
This is the debug output from the plugin (validation in ArtifactsPackagingTask class):
[DEBUG] Processing: addressing-1.41.mar
[DEBUG] Artifact of type[mar] is not supported, ignoring[org.apache.axis2:addressing:mar:1.41:runtime]
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|