You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2016/02/01 23:29:38 UTC

commons-scxml git commit: disable JDK 8 javadoc doclint

Repository: commons-scxml
Updated Branches:
  refs/heads/master 5faba6798 -> 8175510d7


disable JDK 8 javadoc doclint


Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/8175510d
Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/8175510d
Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/8175510d

Branch: refs/heads/master
Commit: 8175510d7938e269b2638490491c768fbb00e221
Parents: 5faba67
Author: Ate Douma <at...@apache.org>
Authored: Mon Feb 1 23:28:42 2016 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Mon Feb 1 23:28:42 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/8175510d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a6bf606..093436d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,6 +284,13 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <additionalparam>-Xdoclint:none</additionalparam>
+        </configuration>
+      </plugin>
     </plugins>
   </build>