[
https://jira.codehaus.org/browse/MNG-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MNG-3550:
-------------------------------
Component/s: Toolchains
> Support more prerequisites like compiler version
> ------------------------------------------------
>
> Key: MNG-3550
> URL: https://jira.codehaus.org/browse/MNG-3550
> Project: Maven
> Issue Type: Improvement
> Components: POM, Toolchains
> Reporter: Vincent Siveton
> Priority: Minor
>
> It should be useful if the <prerequisites/> tag could support more
> informations than the maven version. I could imagine something like:
> {noformat}
> <project>
> ...
> <prerequisites>
> <maven>2.0.6</maven>
> <compiler>1.5</compiler>
> <memory>512m</memory>
> <diskSpace>100m</diskSpace>
> </prerequisites>
> ...
> </project>
> {noformat}
> See the concrete use case in the Maven Plugin Plugin report:
> http://maven.apache.org/plugins/maven-plugin-plugin/plugin-info.html
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)