You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/01/15 17:59:07 UTC

svn commit: r125276 - /maven/maven-1/plugins/trunk/ant/xdocs/properties.xml

Author: aheritier
Date: Sat Jan 15 08:59:06 2005
New Revision: 125276

URL: http://svn.apache.org/viewcvs?view=rev&rev=125276
Log:
MPANT-20 : Doc.
Modified:
   maven/maven-1/plugins/trunk/ant/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/ant/xdocs/properties.xml
Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ant/xdocs/properties.xml?view=diff&rev=125276&p1=maven/maven-1/plugins/trunk/ant/xdocs/properties.xml&r1=125275&p2=maven/maven-1/plugins/trunk/ant/xdocs/properties.xml&r2=125276
==============================================================================
--- maven/maven-1/plugins/trunk/ant/xdocs/properties.xml	(original)
+++ maven/maven-1/plugins/trunk/ant/xdocs/properties.xml	Sat Jan 15 08:59:06 2005
@@ -53,6 +53,21 @@
             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>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org