Skip to content

Commit

Permalink
Adds Eclipse Dash License tool (#227)
Browse files Browse the repository at this point in the history
Signed-off-by: Jannik Fried <Jannik.Fried@iese.fraunhofer.de>
  • Loading branch information
FriedJannik authored Feb 22, 2024
1 parent 15d3635 commit 1dceab2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,32 @@
<aas4j-version>1.0.0</aas4j-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>

<build>
<plugins>
<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>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Expand Down

0 comments on commit 1dceab2

Please sign in to comment.