You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/24 16:20:37 UTC

[2/2] git commit: generate only aggregate javadoc from top module

generate only aggregate javadoc from top module


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/3d1ebf1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/3d1ebf1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/3d1ebf1e

Branch: refs/heads/master
Commit: 3d1ebf1e63149cc823b6e138396accadc892b960
Parents: a4af2ae
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 24 15:44:32 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 24 15:44:32 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/3d1ebf1e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6b06dd9..8ecddf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -327,6 +327,15 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.9</version>
+        <inherited>false</inherited>
+        <reportSets>
+          <reportSet>
+            <inherited>false</inherited>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>