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:
Brett Leslie Porter 2005-05-17 08:07:03 +00:00
parent 05a35236a5
commit a7655b4bb4
1 changed files with 3 additions and 1 deletions

View File

@ -36,11 +36,13 @@
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