mirror of https://github.com/apache/maven.git
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:
parent
bc4d75dedb
commit
defeadfd09
|
@ -33,6 +33,11 @@ public class WarHandler
|
||||||
return "wars";
|
return "wars";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String additionalPlugin()
|
||||||
|
{
|
||||||
|
return "war";
|
||||||
|
}
|
||||||
|
|
||||||
public String packageGoal()
|
public String packageGoal()
|
||||||
{
|
{
|
||||||
return "war:war";
|
return "war:war";
|
||||||
|
|
Loading…
Reference in New Issue