dion 2003/08/18 22:48:47
Modified: src/conf defaults.properties
Log:
Add comment on properties being in the wrong place
Revision Changes Path
1.7 +1 -0 maven/src/conf/defaults.properties
Index: defaults.properties
===================================================================
RCS file: /home/cvs/maven/src/conf/defaults.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- defaults.properties 19 Aug 2003 04:18:09 -0000 1.6
+++ defaults.properties 19 Aug 2003 05:48:47 -0000 1.7
@@ -10,6 +10,7 @@
maven.build.src = ${maven.build.dir}/src
maven.build.dest = ${maven.build.dir}/classes
+# These should be in the java plugin
maven.compile.debug = on
maven.compile.optimize = off
maven.compile.deprecation = off
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]