Skip to content

Commit cc454a3

Browse files
committed
fix: replace jandex plugin by Quarkus detection of beans.xml files
This allows to not run into compatibility between index versions.
1 parent 1b11546 commit cc454a3

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

operator-framework-core/src/main/resources/META-INF/beans.xml

Whitespace-only changes.

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
6868
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
6969
<git-commit-id-maven-plugin.version>5.0.0</git-commit-id-maven-plugin.version>
70-
<jandex-maven-plugin.version>1.2.1</jandex-maven-plugin.version>
7170
<formatter-maven-plugin.version>2.16.0</formatter-maven-plugin.version>
7271
<directory-maven-plugin.version>1.0</directory-maven-plugin.version>
7372
<impsort-maven-plugin.version>1.6.2</impsort-maven-plugin.version>
@@ -223,11 +222,6 @@
223222
<artifactId>maven-install-plugin</artifactId>
224223
<version>${maven-install-plugin.version}</version>
225224
</plugin>
226-
<plugin>
227-
<groupId>org.jboss.jandex</groupId>
228-
<artifactId>jandex-maven-plugin</artifactId>
229-
<version>${jandex-maven-plugin.version}</version>
230-
</plugin>
231225
<plugin>
232226
<groupId>net.revelc.code.formatter</groupId>
233227
<artifactId>formatter-maven-plugin</artifactId>
@@ -268,18 +262,6 @@
268262
</execution>
269263
</executions>
270264
</plugin>
271-
<plugin>
272-
<groupId>org.jboss.jandex</groupId>
273-
<artifactId>jandex-maven-plugin</artifactId>
274-
<executions>
275-
<execution>
276-
<id>make-index</id>
277-
<goals>
278-
<goal>jandex</goal>
279-
</goals>
280-
</execution>
281-
</executions>
282-
</plugin>
283265
<plugin>
284266
<groupId>org.apache.maven.plugins</groupId>
285267
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)