]> source.dussan.org Git - gwtquery.git/commitdiff
changed repo configuration for snapshots to commit them by hand and reduce the number...
authorManolo Carrasco <manolo@apache.org>
Fri, 28 May 2010 06:25:33 +0000 (06:25 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 28 May 2010 06:25:33 +0000 (06:25 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index d55ea1aa0c65fd3cc5fee45751e440fc97e28b31..5fabc6ef7081cc6f0603fff7d7db64c123b9e869 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <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>
         </snapshotRepository>
+      -->
+        <snapshotRepository>
+          <uniqueVersion>false</uniqueVersion>
+          <id>localfolder</id>
+          <url>file:mavenrepo</url>
+        </snapshotRepository>
     </distributionManagement>
 
     <pluginRepositories>