mirror of https://github.com/apache/maven.git
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:
parent
a4c7c96572
commit
650f14e2bb
|
@ -33,11 +33,6 @@ 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