Author: coheigea Date: Fri Oct 2 14:11:27 2015 New Revision: 1706412 URL: http://svn.apache.org/viewvc?rev=1706412&view=rev Log: Fix Javadoc for JDK 1.8
Modified: webservices/wss4j/branches/2_0_x-fixes/pom.xml Modified: webservices/wss4j/branches/2_0_x-fixes/pom.xml URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/pom.xml?rev=1706412&r1=1706411&r2=1706412&view=diff ============================================================================== --- webservices/wss4j/branches/2_0_x-fixes/pom.xml (original) +++ webservices/wss4j/branches/2_0_x-fixes/pom.xml Fri Oct 2 14:11:27 2015 @@ -382,6 +382,28 @@ <pmd.skip>true</pmd.skip> </properties> </profile> + <profile> + <id>jdk18</id> + <activation> + <jdk>1.8</jdk> + </activation> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <additionalJOptions> + <additionalJOption>-Xdoclint:none</additionalJOption> + </additionalJOptions> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + </profile> + </profiles> <reporting>