This commit is contained in:
Justin Bertram 2020-01-02 20:38:56 -06:00
commit a9158b1db7
1 changed files with 6 additions and 0 deletions

View File

@ -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>