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;
|
||||
|
||||
/**
|
||||
* Build a war/webapp.
|
||||
*
|
||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||
* @version $Id$
|
||||
* @goal war
|
||||
* @phase package
|
||||
* @description build a war/webapp
|
||||
* @requiresDependencyResolution runtime
|
||||
*/
|
||||
public class WarMojo
|
||||
extends AbstractMojo
|
||||
|
|
Loading…
Reference in New Issue