File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -570,20 +570,15 @@ limitations under the License.
570
570
</executions >
571
571
</plugin >
572
572
<plugin >
573
- <groupId >org.codehaus.plexus </groupId >
574
- <artifactId >plexus-component-metadata </artifactId >
575
- <version >2.1.1 </version >
573
+ <groupId >org.eclipse.sisu </groupId >
574
+ <artifactId >sisu-maven-plugin </artifactId >
575
+ <version >${sisuMavenPluginVersion} </version >
576
576
<executions >
577
577
<execution >
578
- <id >process-classes</id >
579
- <goals >
580
- <goal >generate-metadata</goal >
581
- </goals >
582
- </execution >
583
- <execution >
584
- <id >process-test-classes</id >
578
+ <id >generate-index</id >
585
579
<goals >
586
- <goal >generate-test-metadata</goal >
580
+ <goal >main-index</goal >
581
+ <goal >test-index</goal >
587
582
</goals >
588
583
</execution >
589
584
</executions >
You can’t perform that action at this time.
0 commit comments