diff options
author | Henri Sara <hesara@vaadin.com> | 2016-04-13 14:34:52 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-04-13 14:34:52 +0300 |
commit | 5e9cc082c1f9e22dbca4c2501f30a4f4df1edfd4 (patch) | |
tree | 21db5b2ccea9ac396e3a9fbe3879f02a499fb7c7 /pom.xml | |
parent | 6a4b1a396be831721feb0f3fa88ee537b30d6af1 (diff) | |
download | vaadin-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.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |