diff --git a/Jenkinsfile b/Jenkinsfile
index baba215004a4..0c471a728b5d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -127,7 +127,7 @@ def mavenBuild(jdk, cmdline, mvnName) {
}
runLaunchable ("verify")
runLaunchable ("record build --name jetty-12.0.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 0cce8d9092aa..8eeda98f22ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2379,6 +2379,50 @@
+
+ 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
+
+
+ true
+
+
+
+
+
+
+
update-version