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>
224
223
<artifactId >maven-install-plugin</artifactId >
225
224
<version >${maven-install-plugin.version} </version >
226
225
</plugin >
227
- <plugin >
228
- <groupId >org.jboss.jandex</groupId >
229
- <artifactId >jandex-maven-plugin</artifactId >
230
- <version >${jandex-maven-plugin.version} </version >
231
- </plugin >
232
226
<plugin >
233
227
<groupId >net.revelc.code.formatter</groupId >
234
228
<artifactId >formatter-maven-plugin</artifactId >
269
263
</execution >
270
264
</executions >
271
265
</plugin >
272
- <plugin >
273
- <groupId >org.jboss.jandex</groupId >
274
- <artifactId >jandex-maven-plugin</artifactId >
275
- <executions >
276
- <execution >
277
- <id >make-index</id >
278
- <goals >
279
- <goal >jandex</goal >
280
- </goals >
281
- </execution >
282
- </executions >
283
- </plugin >
284
266
<plugin >
285
267
<groupId >org.apache.maven.plugins</groupId >
286
268
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments