You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-commits@incubator.apache.org by ng...@apache.org on 2007/02/20 22:29:56 UTC

svn commit: r509776 - /incubator/ftpserver/trunk/pom.xml

Author: ngn
Date: Tue Feb 20 14:29:55 2007
New Revision: 509776

URL: http://svn.apache.org/viewvc?view=rev&rev=509776
Log:
Moving RAT to its own profile

Modified:
    incubator/ftpserver/trunk/pom.xml

Modified: incubator/ftpserver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/pom.xml?view=diff&rev=509776&r1=509775&r2=509776
==============================================================================
--- incubator/ftpserver/trunk/pom.xml (original)
+++ incubator/ftpserver/trunk/pom.xml Tue Feb 20 14:29:55 2007
@@ -280,22 +280,7 @@
             </build>
         </profile>
         <profile>
-            <id>rc</id>
-            <distributionManagement>
-                <repository>
-                    <id>apache.snapshots</id>
-                    <name>Apache Development Snapshot Repository</name>
-                    <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository/</url>
-                </repository>
-            </distributionManagement>
-            
-            <modules>
-              <module>ftplet-api</module>
-              <module>core</module>
-              <module>admin-gui</module>
-              <module>distribution</module>
-            </modules>
-            
+            <id>rat</id>
             <!-- Used for snapshot RAT Maven plugin -->
             <repositories>
               <repository>
@@ -339,6 +324,29 @@
                             </execution>
                           </executions>
                     </plugin>
+                  </plugins>
+                </build>
+        </profile>
+        <profile>
+            <id>rc</id>
+            <distributionManagement>
+                <repository>
+                    <id>apache.snapshots</id>
+                    <name>Apache Development Snapshot Repository</name>
+                    <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository/</url>
+                </repository>
+            </distributionManagement>
+            
+            <modules>
+              <module>ftplet-api</module>
+              <module>core</module>
+              <module>admin-gui</module>
+              <module>distribution</module>
+            </modules>
+            
+
+            <build>
+                <plugins>
                     <plugin>
                       <groupId>org.apache.maven.plugins</groupId>
                       <artifactId>maven-gpg-plugin</artifactId>