File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -347,6 +347,7 @@ limitations under the License.
347
347
<mavenSurefireVersion >3.1.2</mavenSurefireVersion >
348
348
<junit5Version >5.9.3</junit5Version >
349
349
<spotless .action>check</spotless .action>
350
+ <sisuMavenPluginVersion >0.9.0.M2</sisuMavenPluginVersion >
350
351
</properties >
351
352
352
353
<dependencyManagement >
@@ -554,6 +555,20 @@ limitations under the License.
554
555
<artifactId >taglist-maven-plugin</artifactId >
555
556
<version >3.0.0</version >
556
557
</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 >
557
572
<plugin >
558
573
<groupId >org.codehaus.plexus</groupId >
559
574
<artifactId >plexus-component-metadata</artifactId >
You can’t perform that action at this time.
0 commit comments