diff --git a/Jenkinsfile b/Jenkinsfile
index 9cb469dc7da..e84c2cdc4fd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -127,7 +127,7 @@ def mavenBuild(jdk, cmdline, mvnName) {
}
runLaunchable ("verify")
runLaunchable ("record build --name jetty-12.1.x")
- sh "mvn $extraArgs -DsettingsPath=$GLOBAL_MVN_SETTINGS -Dmaven.repo.uri=http://nexus-service.nexus.svc.cluster.local:8081/repository/maven-public/ -ntp -s $GLOBAL_MVN_SETTINGS -Dmaven.repo.local=.repository -Pci -V -B -e -U $cmdline"
+ sh "mvn $extraArgs -DsettingsPath=$GLOBAL_MVN_SETTINGS -Dmaven.repo.uri=http://nexus-service.nexus.svc.cluster.local:8081/repository/maven-public/ -ntp -s $GLOBAL_MVN_SETTINGS -Dmaven.repo.local=.repository -Pci -Peclipse-dash -V -B -e -U $cmdline"
if(saveHome()) {
archiveArtifacts artifacts: ".repository/org/eclipse/jetty/jetty-home/**/jetty-home-*", allowEmptyArchive: true, onlyIfSuccessful: false
}
diff --git a/pom.xml b/pom.xml
index 52f0ced2da6..2e64fa80f0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
4.0.0-M1
11.0.0-M21
2.0.1
- 6.0.0.Beta1
+ 6.0.0.Beta4
1.2.2
1.3.5
@@ -289,7 +289,7 @@
33.2.1-jre
7.0.0
2.2
- 5.4.0
+ 5.5.0
7.1.1.Final
infinispan/server
15.0.5.Final
@@ -2499,6 +2499,56 @@
+
+ eclipse-dash
+
+
+
+ true
+
+
+ false
+
+ dash-licenses-releases
+ https://repo.eclipse.org/content/repositories/dash-licenses-releases/
+
+
+
+ false
+
+
+ true
+
+ dash-licenses-snapshots
+ https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/
+
+
+
+
+
+ org.eclipse.dash
+ license-tool-plugin
+ 1.1.0
+
+
+
+ license-check
+
+ verify
+
+
+ com.hazelcast,org.jboss.weld
+ true
+
+
+
+
+
+
+
update-version