Repository: curator
Updated Branches:
  refs/heads/master 1e9b76e12 -> 5e9ccdeda


javadoc v 8 introduces a lint tool that is causing doc builds to fail. There's 
no backward compatible way to turn this off so, for now, set failOnError to 
false for docs


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

Branch: refs/heads/master
Commit: 5e9ccdeda0fdc7ca511505c24a3fae1a7134d0b2
Parents: 1e9b76e
Author: randgalt <randg...@apache.org>
Authored: Sun Oct 26 13:23:21 2014 -0500
Committer: randgalt <randg...@apache.org>
Committed: Sun Oct 26 13:23:21 2014 -0500

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/5e9ccded/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5f98c6c..25293fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,6 +521,7 @@
                     <additionalJOptions>
                         <additionalJOption>-J-Xmx1g</additionalJOption>
                     </additionalJOptions>
+                    <failOnError>false</failOnError>
                 </configuration>
             </plugin>
         </plugins>
@@ -697,6 +698,7 @@
                     <additionalJOptions>
                         <additionalJOption>-J-Xmx1g</additionalJOption>
                     </additionalJOptions>
+                    <failOnError>false</failOnError>
                 </configuration>
             </plugin>
 

Reply via email to