Skip to content

Commit

Permalink
Exclude **/cpp/** from licence plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cprudhom committed Sep 6, 2024
1 parent b879e84 commit 6d428b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,9 @@
<include>**/*.template</include>
<include>**/pom.xml</include>
</includes>
<excludes>
<exclude>**/cpp/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 6d428b2

Please sign in to comment.