You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by si...@apache.org on 2012/02/24 09:26:25 UTC

svn commit: r1293134 - /incubator/directmemory/trunk/pom.xml

Author: simonetripodi
Date: Fri Feb 24 08:26:25 2012
New Revision: 1293134

URL: http://svn.apache.org/viewvc?rev=1293134&view=rev
Log:
moved rat plugin in the release profile - hard to maintain a dev build otherwise :P

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1293134&r1=1293133&r2=1293134&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Fri Feb 24 08:26:25 2012
@@ -382,35 +382,6 @@ under the License.
       </plugin>
 
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>${rat-plugin.version}</version>
-        <executions>
-          <execution>
-            <id>rat-verify</id>
-            <phase>test</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <exclude>.gitignore</exclude>
-                <exclude>DEPENDENCIES</exclude>
-                <exclude>README.txt</exclude>
-                <exclude>*.sh</exclude>
-                <exclude>.git/**</exclude>
-                <exclude>.idea/**</exclude>
-                <exclude>*.bat</exclude>
-                <exclude>.repository/**</exclude>
-                <exclude>ajcore**</exclude>
-                <exclude>init-git-svn.sh</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
         <version>${buildnumber-plugin.version}</version>
@@ -723,6 +694,35 @@ under the License.
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>${rat-plugin.version}</version>
+            <executions>
+              <execution>
+                <id>rat-verify</id>
+                <phase>test</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+                <configuration>
+                  <excludes>
+                    <exclude>.gitignore</exclude>
+                    <exclude>DEPENDENCIES</exclude>
+                    <exclude>README.txt</exclude>
+                    <exclude>*.sh</exclude>
+                    <exclude>.git/**</exclude>
+                    <exclude>.idea/**</exclude>
+                    <exclude>*.bat</exclude>
+                    <exclude>.repository/**</exclude>
+                    <exclude>ajcore**</exclude>
+                    <exclude>init-git-svn.sh</exclude>
+                  </excludes>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
             <version>${source-plugin.version}</version>