We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d070d9 commit fbf14f6Copy full SHA for fbf14f6
lucene-next/documentation/pom.xml
@@ -138,7 +138,7 @@
138
</path>
139
<path>
140
<groupId>org.hibernate.search</groupId>
141
- <artifactId>hibernate-search-backend-elasticsearch</artifactId>
+ <artifactId>hibernate-search-backend-lucene-next</artifactId>
142
143
</annotationProcessorPaths>
144
</configuration>
@@ -177,6 +177,8 @@
177
<goal>verify</goal>
178
</goals>
179
<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>
182
<summaryFiles>
183
<summaryFile>${failsafe.lucene.summaryFile}</summaryFile>
184
</summaryFiles>
0 commit comments