aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-05-02 10:11:37 +0000
committerManolo Carrasco <manolo@apache.org>2011-05-02 10:11:37 +0000
commit8c217d3df140d284987a4fa359d27727bd57803d (patch)
tree3ca832533926c1d588f29e644485be8fd5144b8a
parentfe52cc3e864a2983f4a2833e33c0da9db5cc4233 (diff)
downloadgwtquery-8c217d3df140d284987a4fa359d27727bd57803d.tar.gz
gwtquery-8c217d3df140d284987a4fa359d27727bd57803d.zip
configure deploy urls for production
-rw-r--r--gwtquery-core-2.2.0/pom.xml2
-rw-r--r--pom.xml9
2 files changed, 10 insertions, 1 deletions
diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml
index b5071d63..d5a8520a 100644
--- a/gwtquery-core-2.2.0/pom.xml
+++ b/gwtquery-core-2.2.0/pom.xml
@@ -55,7 +55,7 @@
<version>${version}</version>
<classifier>${artifactId}</classifier>
<generatePom>true</generatePom>
- <uniqueVersion>false</uniqueVersion>
+ <uniqueVersion>${repoUniqueVers}</uniqueVersion>
</configuration>
</execution>
</executions>
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>