diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-03 09:18:52 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-03 09:18:52 +0000 |
commit | 1c3ea9ced005e0af9fdb1ac9bed460d90769807e (patch) | |
tree | 35937ec764ee7c42d2673e35fc4913b33d7a2470 /pom.xml | |
parent | 985a2445deda7c6a69e01c8b74b5940b85092e96 (diff) | |
download | gwtquery-1c3ea9ced005e0af9fdb1ac9bed460d90769807e.tar.gz gwtquery-1c3ea9ced005e0af9fdb1ac9bed460d90769807e.zip |
prod and dev profiles
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |