You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2012/12/01 15:50:02 UTC

[10/50] git commit: removed non-aggregate reportSets which duplicate default ones (then cause twice plugin invocation)

removed non-aggregate reportSets which duplicate default ones (then
cause twice plugin invocation)


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/81bf4081
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/81bf4081
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/81bf4081

Branch: refs/heads/feature/colorized-console/log4j2
Commit: 81bf4081886c533f1d93161880298a8fddcdb8b2
Parents: 65d2f16
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri Nov 30 19:56:20 2012 +0100
Committer: Arnaud Héritier <ah...@exoplatform.com>
Committed: Sat Dec 1 13:51:05 2012 +0100

----------------------------------------------------------------------
 pom.xml |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/81bf4081/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f78cc44..7c53729 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,13 +489,6 @@
             </configuration>
             <reportSets>
               <reportSet>
-                <id>non-aggregate</id>
-                <reports>
-                  <report>javadoc</report>
-                  <report>test-javadoc</report>
-                </reports>
-              </reportSet>
-              <reportSet>
                 <id>aggregate</id>
                 <inherited>false</inherited>
                 <reports>
@@ -510,13 +503,6 @@
             <version>2.3</version>
             <reportSets>
               <reportSet>
-                <id>non-aggregate</id>
-                <reports>
-                  <report>jxr</report>
-                  <report>test-jxr</report>
-                </reports>
-              </reportSet>
-              <reportSet>
                 <id>aggregate</id>
                 <inherited>false</inherited>
                 <reports>