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/26 22:56:05 UTC

[1/3] git commit: add jxr report

Updated Branches:
  refs/heads/master 633f27839 -> afee35a32


add jxr report


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

Branch: refs/heads/master
Commit: afee35a32767dec3fbef237bcea6d08f87f5eaba
Parents: 97741c1
Author: olivier lamy <ol...@apache.org>
Authored: Fri Oct 26 22:55:54 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Oct 26 22:55:54 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/afee35a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e331485..cc7d957 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,6 +310,14 @@ under the License.
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.3</version>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.9</version>
         <inherited>false</inherited>