[ https://issues.apache.org/jira/browse/MNG-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653859#comment-17653859 ]
ASF GitHub Bot commented on MNG-7652: ------------------------------------- gnodet commented on code in PR #944: URL: https://github.com/apache/maven/pull/944#discussion_r1060357689 ########## api/pom.xml: ########## @@ -45,6 +44,27 @@ <project.directory>api</project.directory> </properties> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.codehaus.modello</groupId> + <artifactId>modello-maven-plugin</artifactId> + <executions> + <execution> + <id>modello-site-docs</id> + <goals> + <goal>xdoc</goal> + <goal>xsd</goal> + </goals> + <phase>none</phase> Review Comment: > Nice... Not really. It's a workaround for the inability to disable a plugin execution, but it works... > switch to Modello Velocity Maven plugin > --------------------------------------- > > Key: MNG-7652 > URL: https://issues.apache.org/jira/browse/MNG-7652 > Project: Maven > Issue Type: Sub-task > Reporter: Herve Boutemy > Assignee: Herve Boutemy > Priority: Major > > a Modello Velocity generator has been added to Maven core, but its target > localtion is Modello itself: PR openend > https://github.com/codehaus-plexus/modello/pull/269 > once Modello 2.1.0 is released, Maven core needs to delete internal one and > switch -- This message was sent by Atlassian Jira (v8.20.10#820010)