activate the whole war plugin, not just the war:war goal

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-03 11:43:00 +00:00
parent bc4d75dedb
commit defeadfd09
1 changed files with 5 additions and 0 deletions

View File

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