Skip to content

Commit 1ea6551

Browse files
committed
Add pluginManagement for sisu-maven-plugin
1 parent ebcdad6 commit 1ea6551

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ limitations under the License.
347347
<mavenSurefireVersion>3.1.2</mavenSurefireVersion>
348348
<junit5Version>5.9.3</junit5Version>
349349
<spotless.action>check</spotless.action>
350+
<sisuMavenPluginVersion>0.9.0.M2</sisuMavenPluginVersion>
350351
</properties>
351352

352353
<dependencyManagement>
@@ -554,6 +555,20 @@ limitations under the License.
554555
<artifactId>taglist-maven-plugin</artifactId>
555556
<version>3.0.0</version>
556557
</plugin>
558+
<plugin>
559+
<groupId>org.eclipse.sisu</groupId>
560+
<artifactId>sisu-maven-plugin</artifactId>
561+
<version>${sisuMavenPluginVersion}</version>
562+
<executions>
563+
<execution>
564+
<id>generate-index</id>
565+
<goals>
566+
<goal>main-index</goal>
567+
<goal>test-index</goal>
568+
</goals>
569+
</execution>
570+
</executions>
571+
</plugin>
557572
<plugin>
558573
<groupId>org.codehaus.plexus</groupId>
559574
<artifactId>plexus-component-metadata</artifactId>

0 commit comments

Comments
 (0)