You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/11/25 22:17:26 UTC

svn commit: r720599 - /geronimo/server/trunk/plugins/monitoring/mconsole-jetty-server/pom.xml

Author: dwoods
Date: Tue Nov 25 13:17:25 2008
New Revision: 720599

URL: http://svn.apache.org/viewvc?rev=720599&view=rev
Log:
include codehaus-snapshot repo here, so we don't search it for all artifact builds

Modified:
    geronimo/server/trunk/plugins/monitoring/mconsole-jetty-server/pom.xml

Modified: geronimo/server/trunk/plugins/monitoring/mconsole-jetty-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/monitoring/mconsole-jetty-server/pom.xml?rev=720599&r1=720598&r2=720599&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/monitoring/mconsole-jetty-server/pom.xml (original)
+++ geronimo/server/trunk/plugins/monitoring/mconsole-jetty-server/pom.xml Tue Nov 25 13:17:25 2008
@@ -77,18 +77,48 @@
             <type>car</type>
         </dependency>
 
-
         <!--<dependency>-->
             <!--<groupId>org.apache.geronimo.plugins</groupId>-->
             <!--<artifactId>sysdb-console-jetty</artifactId>-->
             <!--<version>${pom.version}</version>-->
             <!--<type>car</type>-->
         <!--</dependency>-->
-
-
-
     </dependencies>
 
+    <!-- Need to add repo for selenium snapshots until they are removed -->
+    <repositories>
+        <repository>
+            <id>codehaus-snapshots</id>
+            <name>Codehaus Snapshots Repository</name>
+            <url>http://snapshots.repository.codehaus.org</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>codehaus-snapshots</id>
+            <name>Codehaus Snapshots Repository</name>
+            <url>http://snapshots.repository.codehaus.org</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
+
     <build>
         <pluginManagement>
             <plugins>
@@ -315,4 +345,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>