Author: chtompki Date: Tue Oct 23 14:46:15 2018 New Revision: 1844659 URL: http://svn.apache.org/viewvc?rev=1844659&view=rev Log: javadoc: failOnError=false
Modified: commons/proper/configuration/branches/RELEASE_2_4_BRANCH/pom.xml Modified: commons/proper/configuration/branches/RELEASE_2_4_BRANCH/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_2_4_BRANCH/pom.xml?rev=1844659&r1=1844658&r2=1844659&view=diff ============================================================================== --- commons/proper/configuration/branches/RELEASE_2_4_BRANCH/pom.xml (original) +++ commons/proper/configuration/branches/RELEASE_2_4_BRANCH/pom.xml Tue Oct 23 14:46:15 2018 @@ -665,10 +665,6 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>javacc-maven-plugin</artifactId> <version>2.6</version> - <configuration> - <jdkVersion>1.8</jdkVersion> - <javadocFriendlyComments>true</javadocFriendlyComments> - </configuration> <executions> <execution> <id>javacc</id> @@ -748,6 +744,7 @@ <notimestamp>true</notimestamp> <linksource>true</linksource> <notimestamp>true</notimestamp> + <failOnError>false</failOnError> <links> <link>http://docs.oracle.com/javase/7/docs/api/</link> <link>http://docs.oracle.com/javaee/6/api/</link> @@ -893,6 +890,7 @@ <notimestamp>true</notimestamp> <linksource>true</linksource> <notimestamp>true</notimestamp> + <failOnError>false</failOnError> <links> <link>http://docs.oracle.com/javase/7/docs/api/</link> <link>http://docs.oracle.com/javaee/6/api/</link> @@ -908,6 +906,7 @@ <notimestamp>true</notimestamp> <linksource>true</linksource> <notimestamp>true</notimestamp> + <failOnError>false</failOnError> <links> <link>http://docs.oracle.com/javase/7/docs/api/</link> <link>http://docs.oracle.com/javaee/6/api/</link>