Skip to content

Commit 70db5c4

Browse files
committed
plexus metadata build changed *again*
1 parent f699be6 commit 70db5c4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pom.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dep.guava.version>33.3.0-jre</dep.guava.version>
102102
<dep.junit5.version>5.11.0</dep.junit5.version>
103103
<dep.slf4j.version>1.7.36</dep.slf4j.version>
104-
<dep.sisu-inject.version>0.9.0.M3</dep.sisu-inject.version>
104+
<dep.sisu.version>0.9.0.M3</dep.sisu.version>
105105
<dep.plexus-utils.version>4.0.1</dep.plexus-utils.version>
106106

107107
<!-- Maven API version. Keep on 3.8.x for now -->
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>org.eclipse.sisu</groupId>
140140
<artifactId>org.eclipse.sisu.inject</artifactId>
141-
<version>${dep.sisu-inject.version}</version>
141+
<version>${dep.sisu.version}</version>
142142
</dependency>
143143

144144
<dependency>
@@ -266,9 +266,9 @@
266266
</plugin>
267267

268268
<plugin>
269-
<groupId>org.codehaus.plexus</groupId>
270-
<artifactId>plexus-component-metadata</artifactId>
271-
<version>${dep.plexus.version}</version>
269+
<groupId>org.eclipse.sisu</groupId>
270+
<artifactId>sisu-maven-plugin</artifactId>
271+
<version>${dep.sisu.version}</version>
272272
</plugin>
273273

274274
<plugin>
@@ -307,12 +307,14 @@
307307
</plugin>
308308

309309
<plugin>
310-
<groupId>org.codehaus.plexus</groupId>
311-
<artifactId>plexus-component-metadata</artifactId>
310+
<groupId>org.eclipse.sisu</groupId>
311+
<artifactId>sisu-maven-plugin</artifactId>
312312
<executions>
313313
<execution>
314+
<id>index-project</id>
314315
<goals>
315-
<goal>generate-metadata</goal>
316+
<goal>main-index</goal>
317+
<goal>test-index</goal>
316318
</goals>
317319
</execution>
318320
</executions>

0 commit comments

Comments
 (0)