Maven Dependency Plugin informs unknown archiver type, Embedded error: No such
archiver: 'esb'
----------------------------------------------------------------------------------------------
Key: MJBOSSPACK-18
URL: http://jira.codehaus.org/browse/MJBOSSPACK-18
Project: Maven 2.x JBoss Packaging Plugin
Issue Type: Bug
Components: esb
Affects Versions: 2.0-beta-1
Reporter: Harri Hohteri
Priority: Blocker
When trying to use esb packaging with dependency plugin this problem occurs.
The solution to this is to add the section below into plexus/components.xml
file:
<component>
<role>org.codehaus.plexus.archiver.UnArchiver</role>
<role-hint>esb</role-hint>
<implementation>org.codehaus.plexus.archiver.zip.ZipUnArchiver</implementation>
<instantiation-strategy>per-lookup</instantiation-strategy>
</component>
Per components.xml this problem affects all the other packaging types declared
by jboss-packaging-plugin.
For further information see: http://jira.codehaus.org/browse/MDEP-108
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email