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 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>
224223 <artifactId >maven-install-plugin</artifactId >
225224 <version >${maven-install-plugin.version} </version >
226225 </plugin >
227- <plugin >
228- <groupId >org.jboss.jandex</groupId >
229- <artifactId >jandex-maven-plugin</artifactId >
230- <version >${jandex-maven-plugin.version} </version >
231- </plugin >
232226 <plugin >
233227 <groupId >net.revelc.code.formatter</groupId >
234228 <artifactId >formatter-maven-plugin</artifactId >
269263 </execution >
270264 </executions >
271265 </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 >
284266 <plugin >
285267 <groupId >org.apache.maven.plugins</groupId >
286268 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments