Skip to content

Commit fbf14f6

Browse files
committed
HSEARCH-5485 Adjust lucene-next documentation test execution
if we skip Lucene tests, there's no point in running the verify step, which will fail as there are no tests executed
1 parent 4d070d9 commit fbf14f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lucene-next/documentation/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</path>
139139
<path>
140140
<groupId>org.hibernate.search</groupId>
141-
<artifactId>hibernate-search-backend-elasticsearch</artifactId>
141+
<artifactId>hibernate-search-backend-lucene-next</artifactId>
142142
</path>
143143
</annotationProcessorPaths>
144144
</configuration>
@@ -177,6 +177,8 @@
177177
<goal>verify</goal>
178178
</goals>
179179
<configuration>
180+
<!-- Since there's only a Lucene execution, if it is skipped, there's nothing else to "verifY" -->
181+
<skip>${test.lucene.skip}</skip>
180182
<summaryFiles>
181183
<summaryFile>${failsafe.lucene.summaryFile}</summaryFile>
182184
</summaryFiles>

0 commit comments

Comments
 (0)