From 663f29e1588f2c024b46b3084ec7c5d30d0515da Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 28 Jan 2021 00:25:06 +0100 Subject: [PATCH] Add dependency to dash-licenses This is required to run the license check using the license tool [1] required by the Eclipse project handbook [2]: mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES Note: the tool still requires Java 11 hence it needs to be run in a separate build step and is not yet integrated in the build which runs on Java 8. [1] https://github.com/eclipse/dash-licenses [2] https://www.eclipse.org/projects/handbook/#ip-license-tool Change-Id: Ib41d54de246c3c9499cc3be9f026294c39fdfd99 --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 4846aff54..d938d1a14 100644 --- a/pom.xml +++ b/pom.xml @@ -202,6 +202,14 @@ repo.eclipse.org.cbi-snapshots https://repo.eclipse.org/content/repositories/cbi-snapshots/ + + repo.eclipse.org.dash-releases + https://repo.eclipse.org/content/repositories/dash-licenses-releases/ + + + repo.eclipse.org.dash-snapshots + https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/ + @@ -391,6 +399,11 @@ spring-boot-maven-plugin 2.4.1 + + org.eclipse.dash + license-tool-plugin + 0.0.1-SNAPSHOT + @@ -549,6 +562,10 @@ org.apache.maven.plugins maven-surefire-report-plugin + + org.eclipse.dash + license-tool-plugin +