You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2014/11/27 08:12:16 UTC

[33/39] cayenne git commit: relaxing Java 8 javadoc policies

relaxing Java 8 javadoc policies


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/511c9a45
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/511c9a45
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/511c9a45

Branch: refs/heads/CAY-1946_1
Commit: 511c9a456fa8e01ef060bc74e872ad834cd8586d
Parents: 3d82647
Author: aadamchik <aa...@apache.org>
Authored: Mon Nov 24 22:22:08 2014 +0300
Committer: aadamchik <aa...@apache.org>
Committed: Mon Nov 24 22:32:12 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne/blob/511c9a45/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d5c1f76..5ff6b3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -791,6 +791,10 @@
 				<plugin>
 					<artifactId>maven-javadoc-plugin</artifactId>
 					<version>2.9.1</version>
+					<configuration>
+						<!-- Java 8 is too strict about Javadoc omissions --> 
+       					<additionalparam>-Xdoclint:none</additionalparam>
+      				</configuration>
 				</plugin>
 				<plugin>
 					<groupId>org.codehaus.mojo</groupId>