PR: MNG-1114

install:install-file should not run over subprojects

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-07 02:00:48 +00:00
parent 842eff4c63
commit 3cdf8a4870
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import java.io.File;
* @version $Id$
* @goal install-file
* @requiresProject false
* @aggregator
*/
public class InstallFileMojo
extends AbstractInstallMojo