Author: mreutegg
Date: Tue Nov 17 09:35:22 2015
New Revision: 1714739

URL: http://svn.apache.org/viewvc?rev=1714739&view=rev
Log:
OAK-3644: Run tests with pedantic profile

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

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1714739&r1=1714738&r2=1714739&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue Nov 17 09:35:22 2015
@@ -534,9 +534,21 @@
    </profile>
     
     <profile>
-      <id>pedantic</id>
+      <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>
@@ -545,6 +557,13 @@
                <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
              </configuration>
            </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>pedantic</id>
+      <build>
+        <plugins>
           <plugin>
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>


Reply via email to