slawekjaranowski commented on code in PR #341:
URL: 
https://github.com/apache/maven-javadoc-plugin/pull/341#discussion_r1848039196


##########
pom.xml:
##########
@@ -481,6 +489,14 @@ under the License.
       <plugin>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>sisu-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>generate-index</id>
+            <goals>
+              <goal>main-index</goal>
+            </goals>
+          </execution>
+        </executions>

Review Comment:
   There is a definition in parent pom ....
   https://github.com/apache/maven-parent/blob/master/pom.xml#L1014-L1027
   
   with additional we execute plugin twice:
   
   ```
   [INFO] --- sisu:0.9.0.M3:main-index (index-project) @ maven-javadoc-plugin 
---
   ...
   [INFO] --- sisu:0.9.0.M3:main-index (generate-index) @ maven-javadoc-plugin 
---
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to