diff --git a/basyx.components/pom.xml b/basyx.components/pom.xml index 38f89734..e9946f64 100644 --- a/basyx.components/pom.xml +++ b/basyx.components/pom.xml @@ -78,6 +78,16 @@ UTF-8 + + + dash-licenses-snapshots + https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/ + + true + + + + basyx.components.lib @@ -89,6 +99,21 @@ + + + org.eclipse.dash + license-tool-plugin + 1.1.1-SNAPSHOT + + + license-check + + license-check + + + + + org.apache.maven.plugins maven-compiler-plugin diff --git a/basyx.tck/pom.xml b/basyx.tck/pom.xml index 57e069e7..b9f99cb9 100644 --- a/basyx.tck/pom.xml +++ b/basyx.tck/pom.xml @@ -18,11 +18,35 @@ basyx.tck.registry + + + dash-licenses-snapshots + https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/ + + true + + + + + org.eclipse.dash + license-tool-plugin + 1.1.1-SNAPSHOT + + + license-check + + license-check + + + + + + org.apache.maven.plugins