You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by ap...@apache.org on 2011/01/25 09:48:05 UTC

svn commit: r1063194 - /incubator/npanday/npanday-its/trunk/pom.xml

Author: apadilla
Date: Tue Jan 25 09:48:04 2011
New Revision: 1063194

URL: http://svn.apache.org/viewvc?rev=1063194&view=rev
Log:
revised configuration for apache-rat-plugin and added it to a profile.

Modified:
    incubator/npanday/npanday-its/trunk/pom.xml

Modified: incubator/npanday/npanday-its/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/pom.xml?rev=1063194&r1=1063193&r2=1063194&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/pom.xml Tue Jan 25 09:48:04 2011
@@ -69,29 +69,6 @@ under the License.
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7</version>
-        <configuration>
-          <excludes>
-            <exclude>**/**.properties</exclude>
-            <exclude>**/**.resx</exclude>
-			<exclude>**/**.md5</exclude>
-			<exclude>**/**.sha1</exclude>
-			<exclude>**/**.x-properties</exclude>
-			<exclude>**/**.snk</exclude>
-          </excludes>
-        </configuration>
-        <executions>
-           <execution>
-             <phase>verify</phase>
-             <goals>
-               <goal>check</goal>
-             </goals>
-           </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <version>2.0</version>
@@ -157,7 +134,37 @@ under the License.
         </plugins>
       </build>
     </profile>
-	<profile>
+    <profile>
+      <id>pre-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>0.7</version>
+            <configuration>
+              <excludes>
+                <exclude>**/**.properties</exclude>
+                <exclude>**/**.resx</exclude>
+                <exclude>**/**.md5</exclude>
+                <exclude>**/**.sha1</exclude>
+                <exclude>**/**.x-properties</exclude>
+                <exclude>**/**.snk</exclude>
+              </excludes>
+            </configuration>
+            <executions>
+               <execution>
+                 <phase>verify</phase>
+                 <goals>
+                   <goal>check</goal>
+                 </goals>
+               </execution>
+            </executions>
+          </plugin>		
+        </plugins>
+      </build>
+    </profile>
+    <profile>
       <id>npanday-release</id>
       <build>
         <plugins>