You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/10/14 16:57:49 UTC

svn commit: r1708610 - /directory/shared/trunk/pom.xml

Author: elecharny
Date: Wed Oct 14 14:57:48 2015
New Revision: 1708610

URL: http://svn.apache.org/viewvc?rev=1708610&view=rev
Log:
Added a property to be able to release with Java 8

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1708610&r1=1708609&r2=1708610&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Wed Oct 14 14:57:48 2015
@@ -33,6 +33,7 @@
   <version>1.0.0-M32-SNAPSHOT</version>
 
   <properties>
+    <additionalparam>-Xdoclint:none</additionalparam>
     <projectName>ApacheDS-LDAP-API</projectName>
     <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/api/gen-docs/${project.version}/</distMgmtSiteUrl>