aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ec0b0b43..1fd17968 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,10 +166,19 @@
<gwtmaven>2.1.0-1</gwtmaven>
<repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl>
<repoId>sonatype-nexus-snapshots</repoId>
+ <repoUniqueVers>false</repoUniqueVers>
</properties>
<profiles>
<profile>
+ <id>prod</id>
+ <properties>
+ <repoId>sonatype-nexus-staging</repoId>
+ <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl>
+ <repoUniqueVers>true</repoUniqueVers>
+ </properties>
+ </profile>
+ <profile>
<id>dev</id>
<properties>
<gwt.outputstyle>PRETTY</gwt.outputstyle>