Skip to content

Commit bd810ed

Browse files
committed
Add clm indexer
1 parent f39b6af commit bd810ed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,18 @@
473473
</excludes>
474474
</configuration>
475475
</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>
476488
</plugins>
477489
</build>
478490

0 commit comments

Comments
 (0)