We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39b6af commit bd810edCopy full SHA for bd810ed
pom.xml
@@ -473,6 +473,18 @@
473
</excludes>
474
</configuration>
475
</plugin>
476
+ <plugin>
477
+ <groupId>com.sonatype.clm</groupId>
478
+ <artifactId>clm-maven-plugin</artifactId>
479
+ <version>2.16.0-01</version>
480
+ <executions>
481
+ <execution>
482
+ <goals>
483
+ <goal>index</goal>
484
+ </goals>
485
+ </execution>
486
+ </executions>
487
+ </plugin>
488
</plugins>
489
</build>
490
0 commit comments