We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49125d3 commit 45263f9Copy full SHA for 45263f9
1 file changed
pom.xml
@@ -343,6 +343,17 @@ limitations under the License.
343
</build>
344
<reporting>
345
<plugins>
346
+ <plugin>
347
+ <groupId>org.apache.rat</groupId>
348
+ <artifactId>apache-rat-plugin</artifactId>
349
+ <configuration>
350
+ <excludes>
351
+ <exclude>src/test/resources/bla.tar.xz</exclude>
352
+ <exclude>src/test/resources/empty.bin</exclude>
353
+ <exclude>src/test/resources/small.bin</exclude>
354
+ </excludes>
355
+ </configuration>
356
+ </plugin>
357
<plugin>
358
<groupId>org.apache.maven.plugins</groupId>
359
<artifactId>maven-checkstyle-plugin</artifactId>
0 commit comments