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.
565565 </executions >
566566 </plugin >
567567 <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 >
571571 <executions >
572572 <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 >
580574 <goals >
581- <goal >generate-test-metadata</goal >
575+ <goal >main-index</goal >
576+ <goal >test-index</goal >
582577 </goals >
583578 </execution >
584579 </executions >
You can’t perform that action at this time.
0 commit comments