You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2020/07/22 13:07:39 UTC

svn commit: r1880149 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Wed Jul 22 13:07:39 2020
New Revision: 1880149

URL: http://svn.apache.org/viewvc?rev=1880149&view=rev
Log:
JCR-4622: add 'rat' profile for Jenkins matrix builds

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1880149&r1=1880148&r2=1880149&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Wed Jul 22 13:07:39 2020
@@ -104,6 +104,31 @@
       </build>
     </profile>
     <profile>
+      <id>rat</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <skipTests>true</skipTests>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
       <id>pedantic</id>
       <build>
         <plugins>