Author: hboutemy
Date: Sun Apr 10 22:51:30 2016
New Revision: 1738484

URL: http://svn.apache.org/viewvc?rev=1738484&view=rev
Log:
rat is already run on each build since maven-parent 25: now configuration 
enhancements are to be put in pluginManagement

Modified:
    maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml
    maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml?rev=1738484&r1=1738483&r2=1738484&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml Sun Apr 10 
22:51:30 2016
@@ -131,6 +131,20 @@ under the License.
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes combine.children="append">
+              
<exclude>src/test/resources/expected/doc-book/plexus-user-guide.xml</exclude>
+              <exclude>src/test/resources/book-1/section-*.apt</exclude>
+            </excludes>            
+          </configuration>
+        </plugin>      
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.codehaus.modello</groupId>
@@ -171,24 +185,6 @@ under the License.
           </systemPropertyVariables>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes combine.children="append">
-            
<exclude>src/test/resources/expected/doc-book/plexus-user-guide.xml</exclude>
-            <exclude>src/test/resources/book-1/section-*.apt</exclude>
-          </excludes>            
-        </configuration>
-        <executions>
-          <execution>
-            <id>check</id>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>      
     </plugins>
   </build>
 

Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=1738484&r1=1738483&r2=1738484&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Sun Apr 10 22:51:30 
2016
@@ -173,6 +173,20 @@ under the License.
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes combine.children="append">
+              <exclude>src/test/resources/unit/*/test.*</exclude>
+              <exclude>src/test/resources/book-1/section-*.apt</exclude>
+            </excludes>            
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
@@ -197,24 +211,6 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes combine.children="append">
-            <exclude>src/test/resources/unit/*/test.*</exclude>
-            <exclude>src/test/resources/book-1/section-*.apt</exclude>
-          </excludes>            
-        </configuration>
-        <executions>
-          <execution>
-            <id>check</id>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>      
     </plugins>
   </build>
 </project>
\ No newline at end of file


Reply via email to