jvanzyl 02/04/11 15:52:21
Modified: src/templates/build build-docs.xml
Log:
Error messages states 'maven.user' when the property is actually
'maven.username'. Thanks to Martin for pointing that out.
Revision Changes Path
1.50 +1 -1 jakarta-turbine-maven/src/templates/build/build-docs.xml
Index: build-docs.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- build-docs.xml 11 Apr 2002 21:21:21 -0000 1.49
+++ build-docs.xml 11 Apr 2002 22:52:21 -0000 1.50
@@ -331,7 +331,7 @@
| You can either set this property in your ~/build.properties
| or specify one on the command line:
|
- | ant -Dmaven.user=jvanzyl maven:deploy-site
+ | ant -Dmaven.username=jvanzyl maven:deploy-site
+------------------------------------------------------------------
</echo>