mirror of https://github.com/apache/maven.git
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:
parent
92c0ab9abd
commit
3f7dafbb03
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue