Add war handler

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-03-02 13:36:16 +00:00
parent 6211437619
commit c7f03630d9
1 changed files with 6 additions and 0 deletions

View File

@ -113,5 +113,11 @@
<implementation>org.apache.maven.artifact.handler.SourceHandler</implementation>
</component>
<component>
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
<role-hint>war</role-hint>
<implementation>org.apache.maven.artifact.handler.WarHandler</implementation>
</component>
</components>
</component-set>