Author: aheritier Date: Sat Feb 4 14:05:03 2006 New Revision: 374938 URL: http://svn.apache.org/viewcvs?rev=374938&view=rev Log: Do not test links to subversion generated in the changelog (it's too slow).
Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.properties?rev=374938&r1=374937&r2=374938&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/plugin-parent/project.properties (original) +++ maven/maven-1/plugins/trunk/plugin-parent/project.properties Sat Feb 4 14:05:03 2006 @@ -128,6 +128,11 @@ maven.license.licenseFile=${basedir}/../LICENSE.txt #===== +# LinkCheck plugin settings +#===== +maven.linkcheck.exclude=${pom.repository.url},${maven.changelog.svn.baseurl} + +#===== # MultiProject plugin settings #===== maven.multiproject.type=plugin