Skip to content

Commit 71aa1ca

Browse files
committed
Fix pattern for excluding /helm/etc from license check
1 parent d2ce8d9 commit 71aa1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
<exclude>**/.camel-jbang-run/**</exclude>
350350
<exclude>**/camel-jbang-run.properties</exclude>
351351
<exclude>**/javax.annotations.processing.Processor</exclude>
352-
<exclude>**/camel-oauth/helm/etc/**</exclude>
352+
<exclude>**/helm/etc/**</exclude>
353353
</excludes>
354354
</licenseSet>
355355
</licenseSets>

0 commit comments

Comments
 (0)