diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -203,6 +203,14 @@ <id>repo.eclipse.org.cbi-snapshots</id> <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> </pluginRepository> + <pluginRepository> + <id>repo.eclipse.org.dash-releases</id> + <url>https://repo.eclipse.org/content/repositories/dash-licenses-releases/</url> + </pluginRepository> + <pluginRepository> + <id>repo.eclipse.org.dash-snapshots</id> + <url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url> + </pluginRepository> </pluginRepositories> <build> @@ -382,6 +390,11 @@ <artifactId>spring-boot-maven-plugin</artifactId> <version>2.5.4</version> </plugin> + <plugin> + <groupId>org.eclipse.dash</groupId> + <artifactId>license-tool-plugin</artifactId> + <version>0.0.1-SNAPSHOT</version> + </plugin> </plugins> </pluginManagement> @@ -540,6 +553,10 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> </plugin> + <plugin> + <groupId>org.eclipse.dash</groupId> + <artifactId>license-tool-plugin</artifactId> + </plugin> </plugins> </build> |