Author: ritchiem
Date: Tue Jun 12 04:41:17 2007
New Revision: 546458

URL: http://svn.apache.org/viewvc?view=rev&rev=546458
Log:
Added repository info for running mvn rat:check

Modified:
    incubator/qpid/branches/M2/java/pom.xml

Modified: incubator/qpid/branches/M2/java/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/pom.xml?view=diff&rev=546458&r1=546457&r2=546458
==============================================================================
--- incubator/qpid/branches/M2/java/pom.xml (original)
+++ incubator/qpid/branches/M2/java/pom.xml Tue Jun 12 04:41:17 2007
@@ -600,7 +600,17 @@
                <enabled>true</enabled>
            </snapshots>
        </repository>
-    </repositories>
+    <repository>
+      <id>Codehaus Snapshots</id>
+      <url>http://snapshots.repository.codehaus.org/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+</repositories>
 
     <pluginRepositories>
         <pluginRepository>


Reply via email to