MPANT-20 : Doc.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@125276 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-01-15 16:59:06 +00:00
parent 3ab6575c2f
commit ddd69448ab

View File

@@ -53,6 +53,21 @@ maven.ant.excludeTests=**/*Test.java,**/*Suite.java
goal.
</td>
</tr>
<tr>
<td>maven.ant.use.properties</td>
<td>Yes</td>
<td>
Starting with version 1.9 of the Maven ant plugin two lines are
added at the top of the generated buildfile:
<pre>
&lt;property file="build.properties"/&gt;
&lt;property file="${user.home}/build.properties"/&gt;</pre>
If you experience that your own properties are clashing with the
ones used in the generated buildfile you can set this property to
"false" to remove these 2 lines from the generated buildfile.
Valid values are "true" or "false". Defaults to "true".
</td>
</tr>
</table>
</section>
</body>