Author: ltheussl Date: Wed Apr 13 11:55:39 2011 New Revision: 1091756 URL: http://svn.apache.org/viewvc?rev=1091756&view=rev Log: close table rows to avoid ArrayIndexOutOfBoundsException
Modified: maven/ant-tasks/trunk/src/site/apt/reference.apt Modified: maven/ant-tasks/trunk/src/site/apt/reference.apt URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/site/apt/reference.apt?rev=1091756&r1=1091755&r2=1091756&view=diff ============================================================================== --- maven/ant-tasks/trunk/src/site/apt/reference.apt (original) +++ maven/ant-tasks/trunk/src/site/apt/reference.apt Wed Apr 13 11:55:39 2011 @@ -281,14 +281,14 @@ *------------------+--------------------------------------------------------+--------------+-------------+ | <<Attribute>> | <<Description>> | <<Required>> | << Since >> | *------------------+--------------------------------------------------------+--------------+-------------+ -| <<<file>>> | The file of the POM to load. | Yes | -*------------------+--------------------------------------------------------+--------------+ -| <<<id>>> | The reference ID of this POM. | No | -*------------------+--------------------------------------------------------+--------------+ -| <<<refid>>> | The reference ID to use a previously defined POM. | No | -*------------------+--------------------------------------------------------+--------------+ +| <<<file>>> | The file of the POM to load. | Yes | | +*------------------+--------------------------------------------------------+--------------+-------------+ +| <<<id>>> | The reference ID of this POM. | No | | +*------------------+--------------------------------------------------------+--------------+-------------+ +| <<<refid>>> | The reference ID to use a previously defined POM. | No | | +*------------------+--------------------------------------------------------+--------------+-------------+ | <<<inheritAllProperties>>> | If set to true, all Ant properties will be passed to the Maven POM. If set to false, only user (command-line) properties will be passed. Defaults to true. | No | 2.1.0 | -*------------------+--------------------------------------------------------+--------------+ +*------------------+--------------------------------------------------------+--------------+-------------+ | <<<settingsFile>>> | The settings file to use. Defaults to <<<$\{user.home\}/.ant/settings.xml>>> or if that doesn't exist <<<$\{user.home\}/.m2/settings.xml>>>. | No | 2.0.6 | *---------------------+--------------------------------------------------------------------------+-------------------------------------------------+-------------+