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.
315
315
<project .build.outputTimestamp>2022-06-09T20:48:10Z</project .build.outputTimestamp>
316
316
<gpg .useagent>true</gpg .useagent>
317
317
<mavenPluginToolsVersion >3.8.1</mavenPluginToolsVersion >
318
+ <sisuMavenPluginVersion >0.9.0.M1</sisuMavenPluginVersion >
318
319
</properties >
319
320
320
321
<dependencyManagement >
@@ -515,20 +516,15 @@ limitations under the License.
515
516
<version >3.0.0</version >
516
517
</plugin >
517
518
<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 >
521
522
<executions >
522
523
<execution >
523
- <id >process-classes </id >
524
+ <id >generate-index </id >
524
525
<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 >
532
528
</goals >
533
529
</execution >
534
530
</executions >
You can’t perform that action at this time.
0 commit comments