|
1612 | 1612 | http://www.mojohaus.org/sonar-maven-plugin/sonar-maven-plugin
|
1613 | 1613 | </excludedLink>
|
1614 | 1614 | <!-- Excluded due to Maven Codehaus Plugin's issue #4:
|
1615 |
| - https://github.com/mojohaus/mojohaus.github.io/issues/4--> |
| 1615 | + https://github.com/mojohaus/mojohaus.github.io/issues/4 --> |
1616 | 1616 | <excludedLink>http://mojo.codehaus.org/antlr-maven-plugin</excludedLink>
|
1617 | 1617 | <!-- Excluded due to Maven JDepend Plugin's issue #2:
|
1618 |
| - https://github.com/mojohaus/jdepend-maven-plugin/issues/2--> |
| 1618 | + https://github.com/mojohaus/jdepend-maven-plugin/issues/2 --> |
1619 | 1619 | <excludedLink>http://mojo.codehaus.org/jdepend-maven-plugin</excludedLink>
|
1620 | 1620 | <!-- Excluded due to Maven Taglist Plugin's issue #3:
|
1621 |
| - https://github.com/mojohaus/taglist-maven-plugin/issues/3--> |
| 1621 | + https://github.com/mojohaus/taglist-maven-plugin/issues/3 --> |
1622 | 1622 | <excludedLink>http://mojo.codehaus.org/taglist-maven-plugin</excludedLink>
|
1623 | 1623 | <!-- Excluded due to Maven ANTLR4 Plugin's issue #978:
|
1624 |
| - https://github.com/antlr/antlr4/issues/978--> |
| 1624 | + https://github.com/antlr/antlr4/issues/978 --> |
1625 | 1625 | <excludedLink>http://www.antlr.org/antlr4-maven-plugin</excludedLink>
|
1626 | 1626 | <!-- Excluded due to Maven Release Plugin's issue #919:
|
1627 |
| - https://issues.apache.org/jira/browse/MRELEASE-919--> |
| 1627 | + https://issues.apache.org/jira/browse/MRELEASE-919 --> |
1628 | 1628 | <excludedLink>http://maven.apache.org/plugins/maven-release-plugin/</excludedLink>
|
1629 | 1629 | <!-- permanent java.net.UnknownHostException :-->
|
1630 | 1630 | <excludedLink>http://jacoco-maven-plugin/</excludedLink>
|
|
1634 | 1634 | </excludedLink>
|
1635 | 1635 |
|
1636 | 1636 | <!-- Excluded due to linkcheck's issue #22:
|
1637 |
| - https://issues.apache.org/jira/browse/MLINKCHECK-22--> |
| 1637 | + https://issues.apache.org/jira/browse/MLINKCHECK-22 --> |
1638 | 1638 | <excludedLink>https://twitter.com/checkstyle_java/</excludedLink>
|
1639 | 1639 | <!-- linkcheck plugin can not resolve &s; inside url -->
|
1640 | 1640 | <excludedLink>http
8000
s://flattr.com/submit/</excludedLink>
|
|
1675 | 1675 | <profiles>
|
1676 | 1676 |
|
1677 | 1677 | <profile>
|
1678 |
| - <!-- To be used during development. Run the command--> |
| 1678 | + <!-- To be used during development. Run the command --> |
1679 | 1679 | <!-- mvn -Pno-validations site -->
|
1680 | 1680 | <id>no-validations</id>
|
1681 | 1681 | <properties>
|
|
1694 | 1694 | </profile>
|
1695 | 1695 |
|
1696 | 1696 | <profile>
|
1697 |
| - <!-- To be used during development. Run the command--> |
| 1697 | + <!-- To be used during development. Run the command --> |
1698 | 1698 | <!-- mvn -Passembly package -->
|
1699 | 1699 | <id>assembly</id>
|
1700 | 1700 | <properties>
|
|
2735 | 2735 | <param>com.puppycrawl.tools.checkstyle.ConfigurationLoaderTest</param>
|
2736 | 2736 | </targetTests>
|
2737 | 2737 | <excludedMethods>
|
2738 |
| - <!--cause of https://github.com/checkstyle/checkstyle/issues/3605--> |
| 2738 | + <!--cause of https://github.com/checkstyle/checkstyle/issues/3605 --> |
2739 | 2739 | <param>setFeaturesBySystemProperty</param>
|
2740 | 2740 | </excludedMethods>
|
2741 | 2741 | <avoidCallsTo>
|
2742 |
| - <!--cause of https://github.com/checkstyle/checkstyle/issues/3605--> |
| 2742 | + <!--cause of https://github.com/checkstyle/checkstyle/issues/3605 --> |
2743 | 2743 | <avoidCallsTo>
|
2744 | 2744 | com.puppycrawl.tools.checkstyle.XmlLoader$LoadExternalDtdFeatureProvider
|
2745 | 2745 | </avoidCallsTo>
|
|
0 commit comments