mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-28 22:39:27 +00:00
Fix RAT plugin warnings for built .NET examples
This commit is contained in:
parent
c1c6a73ce5
commit
b88cd2873e
6
pom.xml
6
pom.xml
@ -1665,6 +1665,12 @@
|
||||
|
||||
<!-- Mockito -->
|
||||
<exclude>**/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker</exclude>
|
||||
|
||||
<!-- .NET Examples-->
|
||||
<exclude>examples/protocols/amqp/dotnet/**/obj/**/*</exclude>
|
||||
<exclude>examples/protocols/amqp/dotnet/**/bin/**/*</exclude>
|
||||
<exclude>examples/protocols/amqp/dotnet/**/readme.md</exclude>
|
||||
<exclude>examples/protocols/amqp/**/readme.md</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user