Skip to content

Commit

Permalink
Merge pull request #1053 from jponge/build/fix-jandex
Browse files Browse the repository at this point in the history
fix: switch to the correct Jandex Maven plugin
  • Loading branch information
jponge authored Jan 29, 2025
2 parents b510bf1 + 9fa7e37 commit 87cd667
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<revapi-reporter-json.version>0.5.0</revapi-reporter-json.version>
<revapi-reporter-text.version>0.15.0</revapi-reporter-text.version>

<jandex-maven-plugin.version>3.2.3</jandex-maven-plugin.version>
<cyclonedx-maven-plugin.version>2.9.1</cyclonedx-maven-plugin.version>
</properties>

Expand Down Expand Up @@ -207,9 +208,9 @@
</plugin>

<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.2.3</version>
<version>${jandex-maven-plugin.version}</version>
<executions>
<execution>
<id>make-index</id>
Expand Down Expand Up @@ -396,6 +397,7 @@
<skipITs>true</skipITs>
<maven.javadoc.skip>true</maven.javadoc.skip>
<enforcer.skip>true</enforcer.skip>
<cyclonedx.skip>true</cyclonedx.skip>
</properties>
<build>
<defaultGoal>clean install</defaultGoal>
Expand Down

0 comments on commit 87cd667

Please sign in to comment.