File tree 1 file changed +7
-11
lines changed
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.
337
337
<mavenFluidoSkinVersion >1.11.2</mavenFluidoSkinVersion >
338
338
<junit5Version >5.9.3</junit5Version >
339
339
<spotless .action>check</spotless .action>
340
+ <sisuMavenPluginVersion >0.9.0.M2</sisuMavenPluginVersion >
340
341
</properties >
341
342
342
343
<dependencyManagement >
@@ -535,20 +536,15 @@ limitations under the License.
535
536
<version >3.0.0</version >
536
537
</plugin >
537
538
<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 >
541
542
<executions >
542
543
<execution >
543
- <id >process-classes </id >
544
+ <id >generate-index </id >
544
545
<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 >
552
548
</goals >
553
549
</execution >
554
550
</executions >
You can’t perform that action at this time.
0 commit comments