summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 64f0319bd9..c6a1a8d8ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>