Skip to content

Commit 8dc0c6f

Browse files
committed
Replace plexus-component-metadata plugin (deprecated) with Sisu
1 parent be26472 commit 8dc0c6f

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

pom.xml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ limitations under the License.
315315
<project.build.outputTimestamp>2022-06-09T20:48:10Z</project.build.outputTimestamp>
316316
<gpg.useagent>true</gpg.useagent>
317317
<mavenPluginToolsVersion>3.8.1</mavenPluginToolsVersion>
318+
<sisuMavenPluginVersion>0.9.0.M1</sisuMavenPluginVersion>
318319
</properties>
319320

320321
<dependencyManagement>
@@ -515,20 +516,15 @@ limitations under the License.
515516
<version>3.0.0</version>
516517
</plugin>
517518
<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>
521522
<executions>
522523
<execution>
523-
<id>process-classes</id>
524+
<id>generate-index</id>
524525
<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>
532528
</goals>
533529
</execution>
534530
</executions>

0 commit comments

Comments
 (0)