PR: MNG-932

add test-jar artifact type in case we decide to allow this in future via a plugin.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-30 00:29:55 +00:00
parent 92c0ab9abd
commit 3f7dafbb03
1 changed files with 12 additions and 0 deletions

View File

@ -47,6 +47,18 @@
</configuration>
</component>
<component>
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
<role-hint>test-jar</role-hint>
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
<configuration>
<classifier>test</classifier>
<extension>jar</extension>
<type>test-jar</type>
<packaging>jar</packaging>
</configuration>
</component>
<component>
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
<role-hint>maven-plugin</role-hint>