File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ limitations under the License.
315315 <project .build.outputTimestamp>2022-06-09T20:48:10Z</project .build.outputTimestamp>
316316 <gpg .useagent>true</gpg .useagent>
317317 <mavenPluginToolsVersion >3.8.1</mavenPluginToolsVersion >
318+ <sisuMavenPluginVersion >0.9.0.M1</sisuMavenPluginVersion >
318319 </properties >
319320
320321 <dependencyManagement >
@@ -515,20 +516,15 @@ limitations under the License.
515516 <version >3.0.0</version >
516517 </plugin >
517518 <plugin >
518- <groupId >org.codehaus.plexus </groupId >
519- <artifactId >plexus-component-metadata </artifactId >
520- <version >2.1.1 </version >
519+ <groupId >org.eclipse.sisu </groupId >
520+ <artifactId >sisu-maven-plugin </artifactId >
521+ <version >${sisuMavenPluginVersion} </version >
521522 <executions >
522523 <execution >
523- <id >process-classes </id >
524+ <id >generate-index </id >
524525 <goals >
525- <goal >generate-metadata</goal >
526- </goals >
527- </execution >
528- <execution >
529- <id >process-test-classes</id >
530- <goals >
531- <goal >generate-test-metadata</goal >
526+ <goal >main-index</goal >
527+ <goal >test-index</goal >
532528 </goals >
533529 </execution >
534530 </executions >
You can’t perform that action at this time.
0 commit comments