Uploaded image for project: 'Maven Plugin Tools'
  1. Maven Plugin Tools
  2. MPLUGIN-293

Missing explanation on <requirements> on report goal

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.5.1
    • Plugin Plugin
    • None

    Description

      The current doc for the requirements parameter is: http://maven.apache.org/plugin-tools/maven-plugin-plugin/report-mojo.html#requirements

      Specify some requirements to execute this plugin. Example:
      
      <requirements>
        <maven>2.0</maven>
        <jdk>1.4</jdk>
        <memory>256m</memory>
        <diskSpace>1m</diskSpace>
        <others>
          <property>
            <name>SVN</name>
            <value>1.4.6</value>
          </property>
        </others>
      </requirements>
      

      There's a need to document where the default values for maven and jdk come from when they are not explicitly defined.

      Attachments

        Activity

          People

            hboutemy Herve Boutemy
            phansson phansson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: