[ 
http://jira.codehaus.org/browse/MJBOSSPACK-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139365#action_139365
 ] 

Brian Fox commented on MJBOSSPACK-18:
-------------------------------------

I added the esb to the dependency plugin snapshot. Ultimately this should go 
into the plexus-archiver so other plugins support it natively as well.

> 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


Reply via email to