[TEST] exclude org.elasticsearch.test.test package from test-jar

The package was only excluded during test-jar sources generation but ended up in the actual jar.
This commit is contained in:
javanna 2014-11-04 10:46:25 +01:00 committed by Luca Cavanna
parent 3e50bce822
commit f2d545c40e
1 changed files with 2 additions and 0 deletions

View File

@ -1288,6 +1288,8 @@
<excludes>
<!-- unit tests for yaml suite parser & rest spec parser need to be excluded -->
<exclude>org/elasticsearch/test/rest/test/**/*</exclude>
<!-- unit tests for test framework classes-->
<exclude>org/elasticsearch/test/test/**/*</exclude>
</excludes>
</configuration>
</execution>