Skip to content

Commit

Permalink
Eclipse Dash license check profile
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Aug 16, 2022
1 parent da45922 commit 39856aa
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions pom.xml
Expand Up @@ -1361,6 +1361,40 @@
<skip.tests>true</skip.tests>
</properties>
</profile>
<profile>
<id>license_check</id>
<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>0.0.1-SNAPSHOT</version>
<executions>
<execution>
<id>license-check</id>
<goals>
<goal>license-check</goal>
</goals>
<configuration>
<summary>DEPENDENCIES</summary>
<failWhenReviewNeeded>true</failWhenReviewNeeded>
<reviewSummary>REVIEW_SUMMARY</reviewSummary>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<reporting>
Expand Down

0 comments on commit 39856aa

Please sign in to comment.