jira-importer commented on issue #719: URL: https://github.com/apache/maven-javadoc-plugin/issues/719#issuecomment-2957348044
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented The git diff is chopped off. I applied the following one: ``` $ 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 fixed --> <excludedLink>**/com/puppycrawl/**</excludedLink> <!-- Excluded due to Checkstyle's issue #549 until https://issues.apache.org/jira/browse/MJAVADOC-428 will be fixed --> - <excludedLink>http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?*</excludedLink> + <!--<excludedLink>http://docs.oracle.com/javase/7/docs/api/org/xml/sax/helpers.DefaultHandler.html?*</excludedLink>--> <!-- Excluded due to Maven Enforcer Plugin's issue #234: https://issues.apache.org/jira/browse/MENFORCER-234--> <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-1173--> ``` See attachment for my linkcheck.html. No errors. I don't see those 14 errors. I am on ``` Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) Maven home: D:\Entwicklung\Programme\apache-maven-3.3.9 Java version: 1.8.0_72, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_72\jre Default locale: de_DE, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" ``` -- 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]
