aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2010-05-28 06:25:33 +0000
committerManolo Carrasco <manolo@apache.org>2010-05-28 06:25:33 +0000
commitf20cc5126871093808171aef8afade18f62a2edf (patch)
tree56590e0614faa220eddb477fa2e8fcc447136d54
parent3d814de57493145469d6409f4bf2bb53db086eae (diff)
downloadgwtquery-f20cc5126871093808171aef8afade18f62a2edf.tar.gz
gwtquery-f20cc5126871093808171aef8afade18f62a2edf.zip
changed repo configuration for snapshots to commit them by hand and reduce the number of commits to the repo
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d55ea1aa..5fabc6ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,11 +65,18 @@
<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>