You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/07/22 21:48:07 UTC

svn commit: r1612656 - /maven/doxia/doxia/trunk/pom.xml

Author: hboutemy
Date: Tue Jul 22 19:48:07 2014
New Revision: 1612656

URL: http://svn.apache.org/r1612656
Log:
use rat 0.11-SNAPSHOT which excludes OpenOffice documents by default

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1612656&r1=1612655&r2=1612656&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Tue Jul 22 19:48:07 2014
@@ -385,9 +385,9 @@ under the License.
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.11-SNAPSHOT</version>
         <configuration>
           <excludes>
-            <excludes>src/site/xdoc/doxia-deps.odg</excludes>
             <exclude>src/test/resources/**/*.apt</exclude>
             <exclude>src/test/resources/**/*.apt.vm</exclude>
             <exclude>src/test/resources/**/*.confluence</exclude>
@@ -408,6 +408,17 @@ under the License.
     </plugins>
   </build>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
+
   <profiles>
     <profile>
       <!-- AbstractXmlParser.CachedFileEntityResolver downloads DTD/XSD files in ${java.io.tmpdir} -->