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 @@ -565,20 +565,15 @@ limitations under the License.
565
565
</executions >
566
566
</plugin >
567
567
<plugin >
568
- <groupId >org.codehaus.plexus </groupId >
569
- <artifactId >plexus-component-metadata </artifactId >
570
- <version >2.1.1 </version >
568
+ <groupId >org.eclipse.sisu </groupId >
569
+ <artifactId >sisu-maven-plugin </artifactId >
570
+ <version >${sisuMavenPluginVersion} </version >
571
571
<executions >
572
572
<execution >
573
- <id >process-classes</id >
574
- <goals >
575
- <goal >generate-metadata</goal >
576
- </goals >
577
- </execution >
578
- <execution >
579
- <id >process-test-classes</id >
573
+ <id >generate-index</id >
580
574
<goals >
581
- <goal >generate-test-metadata</goal >
575
+ <goal >main-index</goal >
576
+ <goal >test-index</goal >
582
577
</goals >
583
578
</execution >
584
579
</executions >
You can’t perform that action at this time.
0 commit comments