dion 2003/10/01 17:06:23
Modified: xdocs/reference user-guide.xml
Log:
Add docs on changing maven.build.dir
Revision Changes Path
1.62 +7 -0 maven/xdocs/reference/user-guide.xml
Index: user-guide.xml
===================================================================
RCS file: /home/cvs/maven/xdocs/reference/user-guide.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- user-guide.xml 29 Aug 2003 06:26:23 -0000 1.61
+++ user-guide.xml 2 Oct 2003 00:06:23 -0000 1.62
@@ -607,6 +607,13 @@
<td>
The directory where generated output, e.g. class files,
documentation,
unit test reports etc goes
+ <p>
+ <strong>CAUTION:</strong>
+ Changing default maven.build.dir value in your
${user.home}/build.properties
+ might allow one some control of individual project directory
layouts.
+ However this practice will interfere with the bootstrap of Maven
from source
+ code, as it expects the jar created to be in
<code>${basedir}/target/</code>
+ </p>
</td>
<td>${basedir}/target</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]