You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2018/01/19 00:08:01 UTC

[jira] [Closed] (MPLUGIN-293) Missing explanation on on report goal

     [ https://issues.apache.org/jira/browse/MPLUGIN-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy closed MPLUGIN-293.
---------------------------------
    Resolution: Fixed
      Assignee: Hervé Boutemy

documentation improved in https://gitbox.apache.org/repos/asf?p=maven-plugin-tools.git&a=commit&h=039846e02ff5189841d243aeabee7c612909ddce

> Missing explanation on <requirements> on report goal
> ----------------------------------------------------
>
>                 Key: MPLUGIN-293
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-293
>             Project: Maven Plugin Tools
>          Issue Type: Bug
>          Components: Plugin Plugin
>            Reporter: phansson (lbruun)
>            Assignee: Hervé Boutemy
>            Priority: Major
>             Fix For: 3.5.1
>
>
> The current doc for the {{requirements}} parameter is: http://maven.apache.org/plugin-tools/maven-plugin-plugin/report-mojo.html#requirements
> {noformat}
> 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>
> {noformat}
> There's a need to document where the default values for {{maven}} and {{jdk}} come from when they are not explicitly defined.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)