mirror of https://github.com/apache/maven.git
war requires dependency resolution
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05a35236a5
commit
a7655b4bb4
|
@ -36,11 +36,13 @@ import java.util.List;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Build a war/webapp.
|
||||||
|
*
|
||||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @goal war
|
* @goal war
|
||||||
* @phase package
|
* @phase package
|
||||||
* @description build a war/webapp
|
* @requiresDependencyResolution runtime
|
||||||
*/
|
*/
|
||||||
public class WarMojo
|
public class WarMojo
|
||||||
extends AbstractMojo
|
extends AbstractMojo
|
||||||
|
|
Loading…
Reference in New Issue