Skip to content

Commit 0e2c88b

Browse files
committed
Fixed #161: Add the decisions folder to apache-rat-plugin <excludes>
1 parent 604fe4e commit 0e2c88b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,12 @@
113113
<exclude>**/*~</exclude> <!-- This is for files created by emacs -->
114114
<exclude>.pydevproject</exclude> <!-- PyCharm project file -->
115115
<exclude>.cproject</exclude>
116+
<exclude>.adr-dir</exclude>
116117
<exclude>**/qpid-proton/**</exclude>
117118
<exclude>**/CMakeFiles/**</exclude>
118119
<exclude>**/licenses/**</exclude>
119120
<exclude>qpid-proton/**</exclude>
121+
<exclude>decisions/**</exclude>
120122
<exclude>libuv/**</exclude>
121123
<exclude>libwebsockets/**</exclude>
122124
<exclude>tools/scraper/test_data/**</exclude>

0 commit comments

Comments
 (0)