From 91c34b5b854e7c9dadc7bd5e923d61a8dae31265 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 25 Aug 2024 21:35:10 +1000 Subject: [PATCH] Issue #12195 add eclipse dash profile to run license-check tool Signed-off-by: Olivier Lamy --- Jenkinsfile | 2 +- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) 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