]> git.basschouten.com Git - openhab-addons.git/commitdiff
Exclude 3rdparty directories from license header generation (#14165)
authorJacob Laursen <jacob-github@vindvejr.dk>
Fri, 6 Jan 2023 08:44:20 +0000 (09:44 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2023 08:44:20 +0000 (09:44 +0100)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4222245421f65b8e6e75e872c3271aa7aea21206..b238c6c6ea14462e7db290edd1e500c8cfe46adb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>