[
https://issues.apache.org/jira/browse/MPLUGIN-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Hansson updated MPLUGIN-293:
----------------------------------
Description:
The current doc for the {{requirements}} parameter is:
{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.
was:
The current doc for the {{requirements}} parameter is:
{quote}
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>
{quote}
There's a need to document where the default values for {{maven}} and {{jdk}}
come from when they are not explicitly defined.
> 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: Documentation
> Components: Plugin Plugin
> Reporter: Peter Hansson
>
> The current doc for the {{requirements}} parameter is:
> {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
(v6.3.4#6332)