We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a21702 commit f094e1cCopy full SHA for f094e1c
pom.xml
@@ -82,6 +82,18 @@
82
83
<build>
84
<plugins>
85
+ <plugin>
86
+ <groupId>io.smallrye</groupId>
87
+ <artifactId>jandex-maven-plugin</artifactId>
88
+ <version>3.2.6</version> <executions>
89
+ <execution>
90
+ <id>make-index</id>
91
+ <goals>
92
+ <goal>jandex</goal>
93
+ </goals>
94
+ </execution>
95
+ </executions>
96
+ </plugin>
97
<plugin>
98
<groupId>com.diffplug.spotless</groupId>
99
<artifactId>spotless-maven-plugin</artifactId>
0 commit comments