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.
570570 </executions >
571571 </plugin >
572572 <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 >
576576 <executions >
577577 <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 >
585579 <goals >
586- <goal >generate-test-metadata</goal >
580+ <goal >main-index</goal >
581+ <goal >test-index</goal >
587582 </goals >
588583 </execution >
589584 </executions >
You can’t perform that action at this time.
0 commit comments