mirror of https://github.com/apache/maven.git
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:
parent
842eff4c63
commit
3cdf8a4870
|
@ -30,6 +30,7 @@ import java.io.File;
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @goal install-file
|
* @goal install-file
|
||||||
* @requiresProject false
|
* @requiresProject false
|
||||||
|
* @aggregator
|
||||||
*/
|
*/
|
||||||
public class InstallFileMojo
|
public class InstallFileMojo
|
||||||
extends AbstractInstallMojo
|
extends AbstractInstallMojo
|
||||||
|
|
Loading…
Reference in New Issue