You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/08/01 22:46:33 UTC

svn commit: r981314 - /maven/site/trunk/pom.xml

Author: dennisl
Date: Sun Aug  1 20:46:33 2010
New Revision: 981314

URL: http://svn.apache.org/viewvc?rev=981314&view=rev
Log:
o Add **/archetype/* to the exclusion patterns for maven-linkcheck-plugin

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=981314&r1=981313&r2=981314&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sun Aug  1 20:46:33 2010
@@ -285,9 +285,9 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>2.0.1</version>
-          <!-- <version>2.1-SNAPSHOT</version> -->
+          <!-- <version>2.1.1</version> -->
           <dependencies>
-            <!-- remove once we use a site-plugin that uses this version or above -->
+            <!-- remove once we use maven-site-plugin 2.1.1 -->
             <dependency>
               <groupId>org.codehaus.plexus</groupId>
               <artifactId>plexus-velocity</artifactId>
@@ -417,6 +417,7 @@
             <version>1.0-SNAPSHOT</version>
             <configuration>
               <excludedLinks>
+                <excludedLink>**/archetype/*</excludedLink>
                 <excludedLink>**/ant-tasks/*</excludedLink>
                 <excludedLink>**/doxia/*</excludedLink>
                 <excludedLink>**/jxr/*</excludedLink>