From fcbd67fe903f7297ed7123945bb6cf3175cfe001 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 4 Feb 2006 22:05:03 +0000 Subject: [PATCH] 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 --- plugin-parent/project.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin-parent/project.properties b/plugin-parent/project.properties index 0be788d2..ed1000a8 100644 --- a/plugin-parent/project.properties +++ b/plugin-parent/project.properties @@ -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 #=====