Skip to content

Commit

Permalink
Exclude test and provided scopes from THIRD-PARTY license generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Oct 5, 2023
1 parent 8b2e29f commit 76a1f45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- Exclude test and provided licenses when generating the THIRD-PARTY license file -->
<license.excludedScopes>test,provided</license.excludedScopes>
</properties>

<repositories>
Expand Down

0 comments on commit 76a1f45

Please sign in to comment.