You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/04/20 10:37:52 UTC

cvs commit: maven/src/plugins-build/uberjar plugin.jelly

bwalding    2003/04/20 01:37:52

  Modified:    src/plugins-build/uberjar plugin.jelly
  Log:
  Fix error message to mean something useful.  If I have to look at the code to resolve a problem, the message + doco is insufficient.
  
  Revision  Changes    Path
  1.3       +1 -1      maven/src/plugins-build/uberjar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/uberjar/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	24 Jan 2003 21:06:53 -0000	1.2
  +++ plugin.jelly	20 Apr 2003 08:37:51 -0000	1.3
  @@ -99,7 +99,7 @@
       <j:if test="${empty(ubermain)}">
         <fail message="">
   
  -The ubermain property has not been set.  This value should
  +The maven.uberjar.main property has not been set.  This value should
   be set to the value of the class that contains the main method
   to be invoked.
         
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org