dion 2003/07/30 21:51:39
Modified: src/conf driver.jelly
Log:
Remove old user-check tag
Revision Changes Path
1.22 +0 -25 maven/src/conf/driver.jelly
Index: driver.jelly
===================================================================
RCS file: /home/cvs/maven/src/conf/driver.jelly,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- driver.jelly 29 Jul 2003 00:58:03 -0000 1.21
+++ driver.jelly 31 Jul 2003 04:51:39 -0000 1.22
@@ -17,31 +17,6 @@
<define:taglib uri="maven">
- <!-- ================================================================== -->
- <!-- U S E R N A M E C H E C K -->
- <!-- ================================================================== -->
- <!-- For several goals we need to make sure that Maven can grab -->
- <!-- hold of a valid username. For deployment goals in particular -->
- <!-- where Maven needs to upload an artifact to a server. -->
- <!-- ================================================================== -->
-
- <define:tag name="user-check">
- <j:set var="tmp" value="${user}"/>
- <j:if test="${tmp.equals('USERNAME_NOT_SET')}">
- <fail message="">
-+------------------------------------------------------------------
-| ERROR!
-|
-| You must specify a maven username in order to deploy the site!
-| You can either set this property in your ~/build.properties
-| or specify one on the command line:
-|
-| maven -Dmaven.username=${user.name} [goal]
-+------------------------------------------------------------------
- </fail>
- </j:if>
- </define:tag>
-
<!--
| Check a provided parameter has a value, and if not dump a message out
| and optionally fail while doing it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]