[ https://issues.apache.org/jira/browse/MNG-4840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830390#comment-17830390 ]
ASF GitHub Bot commented on MNG-4840: ------------------------------------- hboutemy commented on PR #1444: URL: https://github.com/apache/maven/pull/1444#issuecomment-2017419219 I see you added the field to .mdo in https://github.com/apache/maven/pull/832/files#diff-62346c3118817c527a41027bab54349b463add4c91df98f95984012304378c87 the fact is that mdo was not used to generate code, but only to document XML against existing hand-written PluginDescriptor class https://github.com/apache/maven/blob/maven-3.9.x/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java = something that IIUC changed in Maven 4 then the missing field in 3.9 .mdo was "just" a documentation bug that I fixed in this PR: now I understand that it became a missing field in code in Maven 4, and you already added it in #832 :) > Prerequisites is not working on m3 > ---------------------------------- > > Key: MNG-4840 > URL: https://issues.apache.org/jira/browse/MNG-4840 > Project: Maven > Issue Type: Bug > Components: POM > Affects Versions: 3.0-alpha-6, 3.0-alpha-7, 3.0-beta-1, 3.0-beta-2, > 3.0-beta-3 > Reporter: velo > Assignee: Benjamin Bentmann > Priority: Major > Fix For: 3.0.2 > > Attachments: mng-001.zip, testapp.tar > > > I set my plugin to prerequisite on maven 4 (ok, it doesn't exists yet), but > the build just passed =/ > Sample attached -- This message was sent by Atlassian Jira (v8.20.10#820010)