[ https://issues.apache.org/jira/browse/MDEP-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899245#comment-17899245 ]
ASF GitHub Bot commented on MDEP-966: ------------------------------------- slawekjaranowski commented on code in PR #473: URL: https://github.com/apache/maven-dependency-plugin/pull/473#discussion_r1847144564 ########## pom.xml: ########## @@ -452,6 +459,18 @@ under the License. <groupId>org.eclipse.sisu</groupId> <artifactId>sisu-maven-plugin</artifactId> </plugin> + <plugin> + <groupId>org.eclipse.sisu</groupId> + <artifactId>sisu-maven-plugin</artifactId> + <executions> + <execution> + <id>generate-index</id> + <goals> + <goal>main-index</goal> + </goals> + </execution> Review Comment: executions are defined in parent pom > Migrate from Plexus annotations to JSR 330 annotations > ------------------------------------------------------ > > Key: MDEP-966 > URL: https://issues.apache.org/jira/browse/MDEP-966 > Project: Maven Dependency Plugin > Issue Type: Dependency upgrade > Reporter: Elliotte Rusty Harold > Assignee: Elliotte Rusty Harold > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)