diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-14 13:15:38 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-14 13:15:38 +0300 |
commit | 63c3404c9d052cec27c9301da7f46110dd5522c1 (patch) | |
tree | 327cda5b817e2e5270b8b8b4399c14bb45a024cb /pom.xml | |
parent | 9f6c62dfab179a5296b5f435490d61c8319b197c (diff) | |
download | vaadin-framework-63c3404c9d052cec27c9301da7f46110dd5522c1.tar.gz vaadin-framework-63c3404c9d052cec27c9301da7f46110dd5522c1.zip |
Final working configuration for nexus staging plugin
Change-Id: I05d546b763651ad6856fb86adc068058a35be429
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -61,24 +61,23 @@ </organization> <url>https://vaadin.com/</url> <description>Vaadin Framework Root Pom</description> - <licenses> - <license> - <name>Apache License Version 2.0</name> - <distribution>repo</distribution> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> - </license> - </licenses> - <scm> - <connection>scm:https:https://github.com/vaadin/vaadin.git</connection> - <developerConnection>scm:https:https://github.com/vaadin/vaadin.git</developerConnection> - <url>https://github.com/vaadin/vaadin</url> - </scm> + <licenses> + <license> + <name>Apache License Version 2.0</name> + <distribution>repo</distribution> + <url>http://www.apache.org/licenses/LICENSE-2.0</url> + </license> + </licenses> + <scm> + <connection>scm:https:https://github.com/vaadin/vaadin.git</connection> + <developerConnection>scm:https:https://github.com/vaadin/vaadin.git</developerConnection> + <url>https://github.com/vaadin/vaadin</url> + </scm> <modules> <module>all</module> <module>buildhelpers</module> - <module>bom</module> <module>shared</module> <module>push</module> <module>server</module> @@ -89,6 +88,8 @@ <module>widgets</module> <module>uitest</module> <module>liferay</module> + <!-- Nexus staging bug needs the last module to be deployed. --> + <module>bom</module> </modules> <build> |