o Adding a plexus-service artifact handler.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Trygve Laugstol 2005-06-20 23:31:42 +00:00
parent cda19f2e5c
commit 1c58065c2a
1 changed files with 11 additions and 0 deletions

View File

@ -178,6 +178,17 @@
</configuration>
</component>
<component>
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
<role-hint>plexus-service</role-hint>
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
<configuration>
<type>plexus-service</type>
<extension>jar</extension>
<packaging>plexus-service</packaging>
</configuration>
</component>
<component>
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
<role-hint>ejb-client</role-hint>