war plugin is not required explicitly here - it is implied

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-05-04 01:19:42 +00:00
parent a4c7c96572
commit 650f14e2bb
1 changed files with 0 additions and 5 deletions

View File

@ -33,11 +33,6 @@ public class WarHandler
return "wars";
}
public String additionalPlugin()
{
return "war";
}
public String packageGoal()
{
return "war:war";