diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-05-28 06:25:33 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-05-28 06:25:33 +0000 |
commit | f20cc5126871093808171aef8afade18f62a2edf (patch) | |
tree | 56590e0614faa220eddb477fa2e8fcc447136d54 | |
parent | 3d814de57493145469d6409f4bf2bb53db086eae (diff) | |
download | gwtquery-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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |