571573: Remove Bintray/JCenter

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=571573

Signed-off-by: Werner Keil <werner.keil@gmx.net>
diff --git a/pom.xml b/pom.xml
index a233ea0..3cbf5b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,20 @@
 	<build>
 		<plugins>
 			<plugin>
+				 <groupId>org.eclipse.dash</groupId>
+				 <artifactId>license-tool-plugin</artifactId>
+				 <version>0.0.1-SNAPSHOT</version>
+				 <executions>
+				   <execution>
+				     <id>license-check</id>
+					<phase>verify</phase>
+					<goals>
+					  <goal>license-check</goal>
+					</goals>
+				   </execution>
+				 </executions>
+			</plugin>
+			<plugin>
 				<artifactId>maven-resources-plugin</artifactId>
 				<version>2.5</version>
 				<executions>
@@ -330,6 +344,13 @@
 			<url>http://buchen.github.io/maven-repo</url>
 			<layout>default</layout>
 		</pluginRepository>
+		 <pluginRepository>
+  			<id>dash-licenses-snapshots</id>
+  			<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
+  			<snapshots>
+  	  			<enabled>true</enabled>
+  			</snapshots>
+  		</pluginRepository>
 		<pluginRepository><!-- TODO remove by late 2021 -->
 			<id>jcenter</id>
 			<name>JCenter</name>