Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-3550

Support more prerequisites like compiler version

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • POM, Toolchains
    • None

    Description

      It should be useful if the <prerequisites/> tag could support more informations than the maven version. I could imagine something like:

      <project>
      ...
        <prerequisites>
          <maven>2.0.6</maven>
          <compiler>1.5</compiler>
          <memory>512m</memory>
          <diskSpace>100m</diskSpace>
        </prerequisites>
      ...
      </project>
      

      See the concrete use case in the Maven Plugin Plugin report:
      http://maven.apache.org/plugins/maven-plugin-plugin/plugin-info.html

      Attachments

        Activity

          People

            Unassigned Unassigned
            siveton Siveton Vincent
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: