summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-04-13 14:34:52 +0300
committerHenri Sara <hesara@vaadin.com>2016-04-13 14:34:52 +0300
commit5e9cc082c1f9e22dbca4c2501f30a4f4df1edfd4 (patch)
tree21db5b2ccea9ac396e3a9fbe3879f02a499fb7c7 /pom.xml
parent6a4b1a396be831721feb0f3fa88ee537b30d6af1 (diff)
downloadvaadin-framework-5e9cc082c1f9e22dbca4c2501f30a4f4df1edfd4.tar.gz
vaadin-framework-5e9cc082c1f9e22dbca4c2501f30a4f4df1edfd4.zip
Add Nexus staging plug-in to release profile
Change-Id: I5b6cfc2b3b0f1026811e8020e76c2f01e3801474
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 605e68300a..584ca21439 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,6 +269,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <!-- These are overridden by the release build on the CI -->
+ <configuration>
+ <nexusUrl>http://localhost:8081/nexus/</nexusUrl>
+ <serverId>local-nexus</serverId>
+ </configuration>
+ </plugin>
</plugins>
</build>
</profile>