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…
Reference in New Issue