mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[Build] Skip topN hints if tests are skipped
This commit is contained in:
parent
1fff379742
commit
876b2592ac
2
pom.xml
2
pom.xml
@ -483,6 +483,8 @@
|
|||||||
<id>tests</id>
|
<id>tests</id>
|
||||||
<phase>test</phase>
|
<phase>test</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<skip>${skipTests}</skip> <!-- don't run if we skip the tests -->
|
||||||
|
<failOnError>false</failOnError>
|
||||||
<target>
|
<target>
|
||||||
<property name="runtime_classpath" refid="maven.runtime.classpath"/>
|
<property name="runtime_classpath" refid="maven.runtime.classpath"/>
|
||||||
<property name="test_classpath" refid="maven.test.classpath"/>
|
<property name="test_classpath" refid="maven.test.classpath"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user