Skip to content

Commit 8192320

Browse files
authored
Merge pull request #29 from statisticsnorway/add-index-jandex
Add Jandex index to the built jar
2 parents eddebb0 + d306a57 commit 8192320

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
@@ -243,6 +243,18 @@
243243
</execution>
244244
</executions>
245245
</plugin>
246+
<plugin>
247+
<groupId>io.smallrye</groupId>
248+
<artifactId>jandex-maven-plugin</artifactId>
249+
<version>3.4.0</version>
250+
<executions>
251+
<execution>
252+
<goals>
253+
<goal>jandex</goal>
254+
</goals>
255+
</execution>
256+
</executions>
257+
</plugin>
246258
</plugins>
247259
</build>
248260

0 commit comments

Comments
 (0)