You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2009/01/18 00:26:59 UTC

svn commit: r735358 - in /incubator/rat/main/trunk/rat: pom.xml rat-maven-plugin/pom.xml

Author: jochen
Date: Sat Jan 17 15:26:58 2009
New Revision: 735358

URL: http://svn.apache.org/viewvc?rev=735358&view=rev
Log:
Moved the Maven plugin below the main directory, so that we can build and release both together.

Modified:
    incubator/rat/main/trunk/rat/pom.xml
    incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml

Modified: incubator/rat/main/trunk/rat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/rat/pom.xml?rev=735358&r1=735357&r2=735358&view=diff
==============================================================================
--- incubator/rat/main/trunk/rat/pom.xml (original)
+++ incubator/rat/main/trunk/rat/pom.xml Sat Jan 17 15:26:58 2009
@@ -262,6 +262,7 @@
   <modules>
     <module>rat-core</module>
     <module>rat-anttasks</module>
+    <module>rat-maven-plugin</module>
     <module>rat-app</module>
   </modules>
 </project>

Modified: incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml?rev=735358&r1=735357&r2=735358&view=diff
==============================================================================
--- incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml (original)
+++ incubator/rat/main/trunk/rat/rat-maven-plugin/pom.xml Sat Jan 17 15:26:58 2009
@@ -21,11 +21,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/rat/main/trunk/rat-maven-plugin</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/rat/main/trunk/rat-maven-plugin</developerConnection>
-    <url>http://svn.apache.org/repos/asf/incubator/rat/main/trunk/rat-maven-plugin</url>
-   </scm>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>