Skip to content

Commit

Permalink
Refine licence check scan path.
Browse files Browse the repository at this point in the history
  • Loading branch information
meistermeier committed Jul 12, 2023
1 parent d5f4fef commit f7da3f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,9 @@
<exclude>**/neo4j-ogm-docs/**</exclude>
<!-- Files without extension -->
<exclude>**/src/test/resources/spi/**</exclude>

<!-- Additional paths -->
<exclude>bin/**</exclude>
<exclude>artifacts/**</exclude>
</excludes>
<dependencyEnforce>true</dependencyEnforce>
<dependencyExceptionMessage>One or more dependencies are licensed under a non-approved license.</dependencyExceptionMessage>
Expand Down

0 comments on commit f7da3f3

Please sign in to comment.