Author: brianf
Date: Mon Jun 23 16:39:49 2008
New Revision: 670791

URL: http://svn.apache.org/viewvc?rev=670791&view=rev
Log:
added esb and nar unarchiver support

Modified:
    
maven/plugins/trunk/maven-dependency-plugin/src/main/resources/META-INF/plexus/components.xml

Modified: 
maven/plugins/trunk/maven-dependency-plugin/src/main/resources/META-INF/plexus/components.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/resources/META-INF/plexus/components.xml?rev=670791&r1=670790&r2=670791&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-dependency-plugin/src/main/resources/META-INF/plexus/components.xml
 (original)
+++ 
maven/plugins/trunk/maven-dependency-plugin/src/main/resources/META-INF/plexus/components.xml
 Mon Jun 23 16:39:49 2008
@@ -7,6 +7,19 @@
       <!-- there is no implementaion of SWCUnArchiver, but ZipUnArchive will 
do the job -->
       
<implementation>org.codehaus.plexus.archiver.zip.ZipUnArchiver</implementation>
       <instantiation-strategy>per-lookup</instantiation-strategy>
-    </component>         
+    </component>       
+    <component>
+      <role>org.codehaus.plexus.archiver.UnArchiver</role>
+      <role-hint>nar</role-hint>
+      <!-- there is no implementaion of NARUnArchiver, but ZipUnArchive will 
do the job -->
+      
<implementation>org.codehaus.plexus.archiver.zip.ZipUnArchiver</implementation>
+      <instantiation-strategy>per-lookup</instantiation-strategy>
+    </component>  
+    <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>    
   </components>
 </component-set>


Reply via email to