Skip to content

Commit

Permalink
Added Jandex index to JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Jan 21, 2024
1 parent 27d9edd commit cac000c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,20 @@
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>

<plugin>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>3.0.6</version>
<executions>
<execution>
<id>make-index</id>
<goals>
<goal>jandex</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down

0 comments on commit cac000c

Please sign in to comment.