Repository: jena
Updated Branches:
  refs/heads/master d0867327c -> 161c03eab


Fix format after having used vi


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/161c03ea
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/161c03ea
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/161c03ea

Branch: refs/heads/master
Commit: 161c03eab3964b4f1ed064d1f06934405e56b099
Parents: d086732
Author: Andy Seaborne <a...@apache.org>
Authored: Fri Feb 9 09:39:26 2018 +0000
Committer: Andy Seaborne <a...@apache.org>
Committed: Fri Feb 9 09:39:26 2018 +0000

----------------------------------------------------------------------
 pom.xml | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/161c03ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 181228e..2ccd2f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -783,15 +783,17 @@
             </execution>
           </executions>
           <configuration>
+
             <!-- Java8 and later -->
-           <!-- javadoc-plug v2.x way to do this
-              <additionalparam>-Xdoclint:none</additionalparam>
-           -->
-           <!-- The javadoc-plugin v3 way to do this -->
-           <doclint>none</doclint>
-           <!-- To allow the build to keep going 
-              <failOnError>false</failOnError>
-           -->
+            <!-- javadoc-plug v2.x way to do this
+                 <additionalparam>-Xdoclint:none</additionalparam>
+            -->
+            <!-- The javadoc-plugin v3 way to do this -->
+            <doclint>none</doclint>
+            
+            <!-- To allow the build to keep going despite javadoc problems:
+                 <failOnError>false</failOnError>
+            -->
             <version>true</version>
             <show>public</show>
             <quiet>true</quiet>

Reply via email to