You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/11/30 19:56:23 UTC

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

Updated Branches:
  refs/heads/master a278bec9d -> 4c8b3009d


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/4c8b3009
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4c8b3009
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/4c8b3009

Branch: refs/heads/master
Commit: 4c8b3009d1e6f7f2df221f0cfc7a4b9ca36f50a9
Parents: a278bec
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri Nov 30 19:56:20 2012 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Fri Nov 30 19:56:20 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/4c8b3009/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>