diff --git a/pom.xml b/pom.xml
index 4684aa7b9..004c98e4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,46 @@
${release.scm.url}
+
+ Hudson
+ https://hudson.eclipse.org/hawkbit/
+
+
+
+
+ kaizimmerm
+ kai.zimmermann@bosch-si.com
+ Bosch Software Innovations GmbH
+ https://www.bosch-si.com
+
+ Lead
+ Committer
+
+
+
+ michahirsch
+ michael.hirsch@bosch-si.com
+ Bosch Software Innovations GmbH
+ https://www.bosch-si.com
+
+ Committer
+
+
+
+
+
+
+ ossrh
+ hawkBit Repository - Release
+ https://oss.sonatype.org/service/local/staging/deploy/maven2
+
+
+ ossrh
+ hawkBit Repository - Snapshots
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+
vaadin-addons
@@ -60,14 +100,14 @@
1.8
-
1.3.7.RELEASE
+ true
-
+
1.6.1.RELEASE
4.1.2.RELEASE
-
+
3.2.2
@@ -114,7 +154,7 @@
https://github.com/eclipse/hawkbit.git
-
+
https://sonar.eu-gb.mybluemix.net
eclipse/hawkbit
https://projects.eclipse.org/projects/iot.hawkbit
@@ -125,7 +165,7 @@
${jacoco.outputDir}/${jacoco.out.ut.file}
jacoco-it.exec
${jacoco.outputDir}/${jacoco.out.it.file}
-
+
@@ -135,11 +175,27 @@
org.apache.maven.plugins
maven-compiler-plugin
- -Xlint:all
- true
- true
+ -Xlint:all
+ true
+ true
-
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.5
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+
com.mycila
license-maven-plugin
@@ -164,6 +220,32 @@
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+ 1.4.1
+
+
+
+ enforce-no-snapshots
+
+ enforce
+
+
+ ${snapshotDependencyAllowed}
+
+
+ No Snapshots Allowed!
+
+
+ No Snapshots Allowed!
+
+
+
+
+
+
org.codehaus.mojo
versions-maven-plugin
@@ -218,7 +300,7 @@
-
+
@@ -238,7 +320,7 @@
-
+
@@ -252,7 +334,7 @@
-
+
@@ -323,13 +405,43 @@
${jacoco.version}
- org.bsc.maven
- maven-processor-plugin
- ${maven.processor.plugin.version}
+ org.bsc.maven
+ maven-processor-plugin
+ ${maven.processor.plugin.version}
+
+
+
+ create_gpg_signature
+
+ false
+
+ createGPGSignature
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
@@ -496,7 +608,7 @@
-
+
org.apache.commons
commons-lang3
${commons-lang3.version}