mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
parent
5575ba1a12
commit
29c10ed1bb
18
pom.xml
18
pom.xml
@ -602,6 +602,24 @@
|
|||||||
<goal>jar</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>attach-test-sources</id>
|
||||||
|
<goals>
|
||||||
|
<goal>test-jar</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<includes>
|
||||||
|
<include>org/elasticsearch/test/**/*</include>
|
||||||
|
<include>org/apache/lucene/util/AbstractRandomizedTest.java</include>
|
||||||
|
</includes>
|
||||||
|
<excludes>
|
||||||
|
<!-- unit tests for yaml suite parser & rest spec parser need to be excluded -->
|
||||||
|
<exclude>org/elasticsearch/test/rest/test/**/*</exclude>
|
||||||
|
</excludes>
|
||||||
|
<!-- Resources are large and not really helpful as "test sources". -->
|
||||||
|
<excludeResources>true</excludeResources>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user