Skip to content

Commit dcca8d6

Browse files
committed
Replace plexus-component-metadata plugin (deprecated) with Sisu
1 parent 690ee24 commit dcca8d6

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

pom.xml

+7-11
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ limitations under the License.
337337
<mavenFluidoSkinVersion>1.11.2</mavenFluidoSkinVersion>
338338
<junit5Version>5.9.3</junit5Version>
339339
<spotless.action>check</spotless.action>
340+
<sisuMavenPluginVersion>0.9.0.M2</sisuMavenPluginVersion>
340341
</properties>
341342

342343
<dependencyManagement>
@@ -535,20 +536,15 @@ limitations under the License.
535536
<version>3.0.0</version>
536537
</plugin>
537538
<plugin>
538-
<groupId>org.codehaus.plexus</groupId>
539-
<artifactId>plexus-component-metadata</artifactId>
540-
<version>2.1.1</version>
539+
<groupId>org.eclipse.sisu</groupId>
540+
<artifactId>sisu-maven-plugin</artifactId>
541+
<version>${sisuMavenPluginVersion}</version>
541542
<executions>
542543
<execution>
543-
<id>process-classes</id>
544+
<id>generate-index</id>
544545
<goals>
545-
<goal>generate-metadata</goal>
546-
</goals>
547-
</execution>
548-
<execution>
549-
<id>process-test-classes</id>
550-
<goals>
551-
<goal>generate-test-metadata</goal>
546+
<goal>main-index</goal>
547+
<goal>test-index</goal>
552548
</goals>
553549
</execution>
554550
</executions>

0 commit comments

Comments
 (0)