aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-03 09:18:52 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-03 09:18:52 +0000
commit1c3ea9ced005e0af9fdb1ac9bed460d90769807e (patch)
tree35937ec764ee7c42d2673e35fc4913b33d7a2470 /pom.xml
parent985a2445deda7c6a69e01c8b74b5940b85092e96 (diff)
downloadgwtquery-1c3ea9ced005e0af9fdb1ac9bed460d90769807e.tar.gz
gwtquery-1c3ea9ced005e0af9fdb1ac9bed460d90769807e.zip
prod and dev profiles
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3f8c7475..e1539136 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,6 +171,13 @@
<profiles>
<profile>
+ <id>prod</id>
+ <properties>
+ <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl>
+ <repoId>sonatype-nexus-staging</repoId>
+ </properties>
+ </profile>
+ <profile>
<id>snap</id>
<properties>
<repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl>