MRM-211 : Cannot use Archiva to get Maven1 Plugins

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@537010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arnaud Heritier 2007-05-10 22:01:14 +00:00
parent 80daaeb474
commit 31a91ca8da

View File

@ -191,6 +191,21 @@
<implementation>org.codehaus.plexus.logging.slf4j.Slf4jLoggerManager</implementation>
<lifecycle-handler>basic</lifecycle-handler>
</component>
<!--
| For Maven 1 plugins
-->
<component>
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
<role-hint>plugin</role-hint>
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
<configuration>
<type>plugin</type>
<extension>jar</extension>
<language>java</language>
<addedToClasspath>true</addedToClasspath>
</configuration>
</component>
</components>
<load-on-start>