Skip to content

Commit af8c6ee

Browse files
committed
generate-index
1 parent b2f8f75 commit af8c6ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,14 @@ under the License.
489489
<plugin>
490490
<groupId>org.eclipse.sisu</groupId>
491491
<artifactId>sisu-maven-plugin</artifactId>
492+
<executions>
493+
<execution>
494+
<id>generate-index</id>
495+
<goals>
496+
<goal>main-index</goal>
497+
</goals>
498+
</execution>
499+
</executions>
492500
</plugin>
493501
<plugin>
494502
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)