You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/01/11 16:02:37 UTC

svn commit: r1230081 - /incubator/amber/trunk/pom.xml

Author: simonetripodi
Date: Wed Jan 11 15:02:37 2012
New Revision: 1230081

URL: http://svn.apache.org/viewvc?rev=1230081&view=rev
Log:
moved the rap-plugin in the release profile - there are currently too many unapproved licenses that make the build failing

Modified:
    incubator/amber/trunk/pom.xml

Modified: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1230081&r1=1230080&r2=1230081&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Wed Jan 11 15:02:37 2012
@@ -421,28 +421,6 @@
       </plugin>
 
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7</version>
-        <executions>
-          <execution>
-            <id>rat-verify</id>
-            <phase>test</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <exclude>DISCLAIMER</exclude>
-                <exclude>KEYS</exclude>
-                <exclude>NOTICE</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
         <artifactId>maven-jar-plugin</artifactId>
         <version>2.3.1</version>
         <configuration>
@@ -582,6 +560,28 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>0.7</version>
+            <executions>
+              <execution>
+                <id>rat-verify</id>
+                <phase>test</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+                <configuration>
+                  <excludes>
+                    <exclude>DISCLAIMER</exclude>
+                    <exclude>KEYS</exclude>
+                    <exclude>NOTICE</exclude>
+                  </excludes>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
             <version>2.1.2</version>