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:
@@ -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>
|
||||
<property file="build.properties"/>
|
||||
<property file="${user.home}/build.properties"/></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>
|
||||
|
||||
Reference in New Issue
Block a user