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