You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/27 02:11:14 UTC

[19/52] [abbrv] git commit: wip

wip


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

Branch: refs/heads/master
Commit: 03c555823a18143ba13c4f0cb91468235ec73406
Parents: 329ebb3
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Sat Mar 9 21:02:44 2013 -0800
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Sat Mar 9 21:02:44 2013 -0800

----------------------------------------------------------------------
 pom.xml           |   20 ++++++++++++++++++++
 src/site/site.xml |    1 +
 2 files changed, 21 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/03c55582/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cddfc6e..513d9b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,6 +212,26 @@
                         <version>1.3</version>
                     </dependency>
                 </dependencies>
+                <executions>
+                    <execution>
+                        <phase>site</phase>
+                        <goals>
+                            <goal>site</goal>
+                        </goals>
+                        <configuration>
+                            <reportPlugins>
+                                <plugin>
+                                    <groupId>org.apache.maven.plugins</groupId>
+                                    <artifactId>maven-javadoc-plugin</artifactId>
+                                    <version>2.9</version>
+                                    <configuration>
+                                        <aggregate>true</aggregate>
+                                    </configuration>
+                                </plugin>
+                            </reportPlugins>
+                        </configuration>
+                    </execution>
+                </executions>
             </plugin>
         </plugins>
     </build>

http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/03c55582/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 9f498cc..414ee7d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -60,6 +60,7 @@
             <item name="Tech Notes" href="tech-notes.html"/>
             <item name="Exhibitor Integration" href="exhibitor.html"/>
             <item name="Project Information" href="project-info.html"/>
+            <item name="Javadoc" href="apidocs/index.html"/>
         </menu>
 
         <menu name="Extensions" inherit="top">