Skip to content

Commit

Permalink
Fix #64 - build fails in license-tool-plugin
Browse files Browse the repository at this point in the history
Explicitly provide the approved licenses URL, as the dash plugin failed
to follow a redirect and failed the build.

Signed-off-by: Krum Tsvetkov <[email protected]>
  • Loading branch information
krumts committed Sep 10, 2024
1 parent b55b54a commit dc9c966
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@
<groupId>org.eclipse.dash</groupId>
<artifactId>license-tool-plugin</artifactId>
<version>1.0.2</version>
<configuration>
<licenses>https://www.eclipse.org/legal/licenses/licenses.json</licenses>
</configuration>
<executions>
<execution>
<id>license-check</id>
Expand Down

0 comments on commit dc9c966

Please sign in to comment.