aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-03-15 18:11:15 +0000
committerManolo Carrasco <manolo@apache.org>2011-03-15 18:11:15 +0000
commit9780c89c260cfefab01fe588733c6ab7d068c63b (patch)
tree7d27844c21c8ce1268d15bc59351484b36eea543 /pom.xml
parent8573fdc93952a1edff394605d8722f70470daf5d (diff)
downloadgwtquery-9780c89c260cfefab01fe588733c6ab7d068c63b.tar.gz
gwtquery-9780c89c260cfefab01fe588733c6ab7d068c63b.zip
Change in deploy phase of artifact for 2.2.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5c7df160..c6e2a1b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,8 @@
<gwt.outputstyle>OBF</gwt.outputstyle>
<gwt.modulesuffix></gwt.modulesuffix>
<gwtmaven>2.1.0-1</gwtmaven>
+ <repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl>
+ <repoId>sonatype-nexus-snapshots</repoId>
</properties>
<profiles>
@@ -190,5 +192,19 @@
</snapshotRepository>
</distributionManagement>
</profile>
+ <profile>
+ <id>local</id>
+ <properties>
+ <repoId>local mavenrepo</repoId>
+ <repoUrl>file://mavenrepo</repoUrl>
+ </properties>
+ <distributionManagement>
+ <snapshotRepository>
+ <uniqueVersion>false</uniqueVersion>
+ <id>local mavenrepo</id>
+ <url>file://mavenrepo</url>
+ </snapshotRepository>
+ </distributionManagement>
+ </profile>
</profiles>
</project>