[ https://issues.apache.org/jira/browse/MNG-5297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733718#comment-14733718 ]
ASF GitHub Bot commented on MNG-5297: ------------------------------------- Github user josephw commented on the pull request: https://github.com/apache/maven/pull/51#issuecomment-138302328 Even if it wasn't the intended use, way back in Maven 2: <prerequisites> <maven>4</maven> </prerequisites> would give: $ mvn2 validate [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Unable to build project '/tmp/pom.xml; it requires Maven version 4 The current language in the documentation is still: The minimum version of Maven required to build the project. so I think this PR clarifies the current intent. > Site should tell 'prerequisites.maven is deprecated' > ---------------------------------------------------- > > Key: MNG-5297 > URL: https://issues.apache.org/jira/browse/MNG-5297 > Project: Maven > Issue Type: Bug > Components: Sites & Reporting > Affects Versions: 3.0.4 > Reporter: Kengo TODA > Priority: Minor > > MNG-4840 said 'enforcement of the build environment is left to the Maven > Enforcer Plugin'. > http://jira.codehaus.org/browse/MNG-4840?focusedCommentId=253900&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-253900 > But currently, there is no 'deprecated' mark at Maven site. > http://maven.apache.org/ref/3.0.4/maven-model/maven.html#prerequisites > I think site should has 'deprecated' mark like 'reports' element. -- This message was sent by Atlassian JIRA (v6.3.4#6332)