Skip to content

Commit f094e1c

Browse files
committed
chore(build): Add jandex indexing to plugins
1 parent 7a21702 commit f094e1c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,18 @@
8282

8383
<build>
8484
<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>
8597
<plugin>
8698
<groupId>com.diffplug.spotless</groupId>
8799
<artifactId>spotless-maven-plugin</artifactId>

0 commit comments

Comments
 (0)