Author: evenisse
Date: Tue Sep 18 12:20:22 2007
New Revision: 577020
URL: http://svn.apache.org/viewvc?rev=577020&view=rev
Log:
Add missing rar artifact handler
Modified:
maven/artifact/trunk/src/main/resources/META-INF/plexus/components.xml
Modified: maven/artifact/trunk/src/main/resources/META-INF/plexus/components.xml
URL:
http://svn.apache.org/viewvc/maven/artifact/trunk/src/main/resources/META-INF/plexus/components.xml?rev=577020&r1=577019&r2=577020&view=diff
==============================================================================
--- maven/artifact/trunk/src/main/resources/META-INF/plexus/components.xml
(original)
+++ maven/artifact/trunk/src/main/resources/META-INF/plexus/components.xml Tue
Sep 18 12:20:22 2007
@@ -183,6 +183,17 @@
<component>
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
+ <role-hint>rar</role-hint>
+
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
+ <configuration>
+ <type>rar</type>
+ <language>java</language>
+ <addedToClasspath>true</addedToClasspath>
+ </configuration>
+ </component>
+
+ <component>
+ <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
<role-hint>par</role-hint>
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
<configuration>