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 e979e0c commit dea890cCopy full SHA for dea890c
pom.xml
@@ -209,6 +209,19 @@
209
</execution>
210
</executions>
211
</plugin>
212
+ <plugin>
213
+ <groupId>io.smallrye</groupId>
214
+ <artifactId>jandex-maven-plugin</artifactId>
215
+ <version>3.2.0</version>
216
+ <executions>
217
+ <execution>
218
+ <id>make-index</id>
219
+ <goals>
220
+ <goal>jandex</goal>
221
+ </goals>
222
+ </execution>
223
+ </executions>
224
+ </plugin>
225
<plugin>
226
<groupId>org.eclipse.jetty</groupId>
227
<artifactId>jetty-maven-plugin</artifactId>
0 commit comments