Skip to content

Commit

Permalink
Merge pull request #423 from FriedJannik/main
Browse files Browse the repository at this point in the history
Adds Eclipse Dash License tool
  • Loading branch information
FrankSchnicke authored Feb 22, 2024
2 parents 070c083 + 91911d9 commit c8e49c9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
<spring-security-version>5.8.9</spring-security-version>
</properties>

<pluginRepositories>
<pluginRepository>
<id>dash-licenses-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<repositories>
<!-- Additional repository for MQTT Client releases (Paho Java Client) -->
<repository>
Expand All @@ -63,6 +73,21 @@

<plugins>
<!-- Compile Sources using Java 11 -->

<plugin>
<groupId>org.eclipse.dash</groupId>
<artifactId>license-tool-plugin</artifactId>
<version>1.1.1-SNAPSHOT</version>
<executions>
<execution>
<id>license-check</id>
<goals>
<goal>license-check</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
Expand Down

0 comments on commit c8e49c9

Please sign in to comment.