mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 10:39:02 +00:00
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:
parent
80daaeb474
commit
31a91ca8da
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user