File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
operator-framework-core/src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 67
67
<maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
68
68
<maven-install-plugin .version>2.5.2</maven-install-plugin .version>
69
69
<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>
71
70
<formatter-maven-plugin .version>2.16.0</formatter-maven-plugin .version>
72
71
<directory-maven-plugin .version>1.0</directory-maven-plugin .version>
73
72
<impsort-maven-plugin .version>1.6.2</impsort-maven-plugin .version>
223
222
<artifactId >maven-install-plugin</artifactId >
224
223
<version >${maven-install-plugin.version} </version >
225
224
</plugin >
226
- <plugin >
227
- <groupId >org.jboss.jandex</groupId >
228
- <artifactId >jandex-maven-plugin</artifactId >
229
- <version >${jandex-maven-plugin.version} </version >
230
- </plugin >
231
225
<plugin >
232
226
<groupId >net.revelc.code.formatter</groupId >
233
227
<artifactId >formatter-maven-plugin</artifactId >
268
262
</execution >
269
263
</executions >
270
264
</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 >
283
265
<plugin >
284
266
<groupId >org.apache.maven.plugins</groupId >
285
267
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments