Exclude 3rdparty directories from license header generation (#14165)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2023-01-06 09:44:20 +01:00 committed by GitHub
parent c7fa49bcda
commit ff158e2f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,6 +425,7 @@ Import-Package: \\
<include>**/features/**/header.xml</include>
</includes>
<excludes>
<exclude>**/3rdparty/**</exclude>
<exclude>target/**</exclude>
<exclude>**/pom.xml</exclude>
<exclude>_*.java</exclude>