« Return to Thread: [jira] Created: (MNG-3550) Support more prerequisites like compiler version

[jira] Created: (MNG-3550) Support more prerequisites like compiler version

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread

Support more prerequisites like compiler version
------------------------------------------------

                 Key: MNG-3550
                 URL: http://jira.codehaus.org/browse/MNG-3550
             Project: Maven 2
          Issue Type: Improvement
          Components: POM
            Reporter: Vincent Siveton
             Fix For: 2.1-alpha-1


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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

 « Return to Thread: [jira] Created: (MNG-3550) Support more prerequisites like compiler version