Do not test links to subversion generated in the changelog (it's too slow).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-02-04 22:05:03 +00:00
parent 62fb6c03ef
commit fcbd67fe90

View File

@@ -127,6 +127,11 @@ maven.checkstyle.properties = ${basedir}/../checkstyle.xml
#=====
maven.license.licenseFile=${basedir}/../LICENSE.txt
#=====
# LinkCheck plugin settings
#=====
maven.linkcheck.exclude=${pom.repository.url},${maven.changelog.svn.baseurl}
#=====
# MultiProject plugin settings
#=====