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 @@ -337,6 +337,7 @@ limitations under the License.
337337 <mavenFluidoSkinVersion >1.11.2</mavenFluidoSkinVersion >
338338 <junit5Version >5.9.3</junit5Version >
339339 <spotless .action>check</spotless .action>
340+ <sisuMavenPluginVersion >0.9.0.M2</sisuMavenPluginVersion >
340341 </properties >
341342
342343 <dependencyManagement >
@@ -535,20 +536,15 @@ limitations under the License.
535536 <version >3.0.0</version >
536537 </plugin >
537538 <plugin >
538- <groupId >org.codehaus.plexus </groupId >
539- <artifactId >plexus-component-metadata </artifactId >
540- <version >2.1.1 </version >
539+ <groupId >org.eclipse.sisu </groupId >
540+ <artifactId >sisu-maven-plugin </artifactId >
541+ <version >${sisuMavenPluginVersion} </version >
541542 <executions >
542543 <execution >
543- <id >process-classes </id >
544+ <id >generate-index </id >
544545 <goals >
545- <goal >generate-metadata</goal >
546- </goals >
547- </execution >
548- <execution >
549- <id >process-test-classes</id >
550- <goals >
551- <goal >generate-test-metadata</goal >
546+ <goal >main-index</goal >
547+ <goal >test-index</goal >
552548 </goals >
553549 </execution >
554550 </executions >
You can’t perform that action at this time.
0 commit comments