mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +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>
|
||||
<phase>test</phase>
|
||||
<configuration>
|
||||
<skip>${skipTests}</skip> <!-- don't run if we skip the tests -->
|
||||
<failOnError>false</failOnError>
|
||||
<target>
|
||||
<property name="runtime_classpath" refid="maven.runtime.classpath"/>
|
||||
<property name="test_classpath" refid="maven.test.classpath"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user