glennm 02/05/24 10:20:56
Modified: xdocs/ref properties.xml
Log:
Glenn McAllister - 2002/05/24
- Updated the documentation for the maven.home and lib.repo properties to
reflect the default values (${user.home}/maven and ${user.home}/maven.repo
respectively).
Revision Changes Path
1.18 +4 -2 jakarta-turbine-maven/xdocs/ref/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/properties.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- properties.xml 19 May 2002 05:40:39 -0000 1.17
+++ properties.xml 24 May 2002 17:20:56 -0000 1.18
@@ -112,7 +112,8 @@
used as the local repository for JARs. The local repository
is used to store all of the dependencies for a project.
Used by the <a
href="build-file.html#maven:verify-project">maven:verify-project</a>
- target.
+ target. The default value of this property is
+ <code>${user.home}/maven.repo</code>.
</td>
</tr>
<tr>
@@ -135,7 +136,8 @@
<td>
Specifies the directory on the file system that contains the
Maven build files that were generated. Used by all of the
- targets.
+ targets. The default value of this property is
+ <code>${user.home}/maven</code>.
</td>
</tr>
<tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>