]> source.dussan.org Git - gwtquery.git/commitdiff
Enabling sonatype snapshots repo as default, so as Hudson-CI can deploy nightly builds
authorManolo Carrasco <manolo@apache.org>
Sun, 16 Jan 2011 07:58:36 +0000 (07:58 +0000)
committerManolo Carrasco <manolo@apache.org>
Sun, 16 Jan 2011 07:58:36 +0000 (07:58 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 21220493aeacf57e3d7fe44a500b3748214abb4e..5605811e005048f2f5958b30fb0e212f7d1520fa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <system>Google Code</system>
         <url>http://code.google.com/p/gwtquery/issues/list</url>
     </issueManagement>
-<!--
     <parent>
       <groupId>org.sonatype.oss</groupId>
       <artifactId>oss-parent</artifactId>
       <version>3</version>
     </parent>
--->
 
     <developers>
         <developer>
     </modules>
 
     <distributionManagement>
-     <!--
+      <!--
         <repository>
             <uniqueVersion>false</uniqueVersion>
-            <id>timepedia-deploy</id>
-            <url>svn:https://gwt-chronoscope.googlecode.com/svn/mavenrepo/</url>
+            <id>timefire-deploy</id>
+            <url>svn:https://timefire-repository.googlecode.com/svn/mavenrepo/</url>
         </repository>
-     -->
-        <repository>
-            <uniqueVersion>false</uniqueVersion>
-            <id>googlecode</id>
-            <url>svn:https://gwtquery.googlecode.com/svn/mavenrepo/</url>
-        </repository>
-     <!--
         <snapshotRepository>
             <uniqueVersion>false</uniqueVersion>
-            <id>googlecode</id>
-            <url>svn:https://gwtquery.googlecode.com/svn/mavenrepo/</url>
+            <id>timefire-snapshots</id>
+            <url>svn:https://timefire-repository.googlecode.com/svn/mavenrepo/</url>
         </snapshotRepository>
       -->
-        <snapshotRepository>
-          <uniqueVersion>false</uniqueVersion>
-          <id>localfolder</id>
-          <url>file:mavenrepo</url>
-        </snapshotRepository>
     </distributionManagement>
 
     <pluginRepositories>
+        <pluginRepository>
+            <id>repo1</id>
+            <url>http://repo1.maven.org/maven2</url>
+        </pluginRepository>
         <pluginRepository>
             <id>gcupload</id>
             <name>Repository for gcupload plugin</name>
     </reporting>
 
     <repositories>
+        <repository>
+            <id>repo1</id>
+            <url>http://repo1.maven.org/maven2</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
         <repository>
             <id>timepedia</id>
             <url>http://gwt-chronoscope.googlecode.com/svn/mavenrepo/</url>