jira-importer commented on issue #719: URL: https://github.com/apache/maven-javadoc-plugin/issues/719#issuecomment-2957348042
**[Roman Ivanov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=romani)** commented Problems still acute, I just made a suppression to let me fix and control all other problems. steps to reproduce: 1) change pom.xml like: ``` checkstyle/checkstyle [master|✚ 1] $ git diff diff --git a/pom.xml b/pom.xml index 02085b7..dbf974d 100644 --- a/pom.xml +++ b/pom.xml @@ -1165,7 +1165,7 @@ and http://jira.codehaus.org/browse/DOXIA-525 and http://jira.codehaus.org/browse/MLINKCHECK-21 will be fix <excludedLink>**/com/puppycrawl/**</excludedLink> <!-- Excluded due to Checkstyle's issue #549 until https://issues.apache.org/jira/browse/MJAVADOC-428 will - <excludedLink>http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?*</excludedL + <!--<excludedLink>http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?*</exclu <!-- Excluded due to Maven Enforcer Plugin's issue #234: https://issues.apache.org/jira/browse/MENFORCER-23 <excludedLink>http://maven.apache.org/enforcer/maven-enforcer-plugin</excludedLink> <!-- Excluded due to Maven Surefire Plugin's issue #1173: https://issues.apache.org/jira/browse/SUREFIRE-11 $ ``` Launch report generation: ``` checkstyle/checkstyle [master|✚ 1] $ mvn clean site -DskipTests -DskipITs -Dpmd.skip=true -Dfindbugs.skip=true -Dcobertura.skip=true -Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true ..... [INFO] Total time: 11:42 min [INFO] Finished at: 2016-04-18T10:16:16-07:00 [INFO] Final Memory: 82M/666M .... ``` open report target/site/linkcheck.html , it has 14 errors. one example from report: ``` apidocs/com/puppycrawl/tools/checkstyle/filters/SuppressionsLoader.html error http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true: 404 Not Found error http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true#startElement-java.lang.String-java.lang.String-java.lang.String-org.xml.sax.Attributes-: 404 Not Found ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
