Skip to content

Commit dea890c

Browse files
committed
build: add jandex index
1 parent e979e0c commit dea890c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,19 @@
209209
</execution>
210210
</executions>
211211
</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>
212225
<plugin>
213226
<groupId>org.eclipse.jetty</groupId>
214227
<artifactId>jetty-maven-plugin</artifactId>

0 commit comments

Comments
 (0)