From 3cdf8a487079f553c1b7513a6aed70e0d2a1d651 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Fri, 7 Oct 2005 02:00:48 +0000 Subject: [PATCH] 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 --- .../java/org/apache/maven/plugin/install/InstallFileMojo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallFileMojo.java b/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallFileMojo.java index 0dfb069569..9cc9a5176d 100644 --- a/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallFileMojo.java +++ b/maven-plugins/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallFileMojo.java @@ -30,6 +30,7 @@ import java.io.File; * @version $Id$ * @goal install-file * @requiresProject false + * @aggregator */ public class InstallFileMojo extends AbstractInstallMojo