Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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.