dion        2004/07/29 06:35:05

  Modified:    scm      plugin.jelly
               scm/xdocs changes.xml
  Log:
  MPSCM-16. Trim goals after ask.
  
  Revision  Changes    Path
  1.14      +2 -1      maven-plugins/scm/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly      29 Jul 2004 07:51:18 -0000      1.13
  +++ plugin.jelly      29 Jul 2004 13:35:04 -0000      1.14
  @@ -209,7 +209,8 @@
       
       <j:set var="goals" value="${maven.scm.bootstrap.goals}"/>
       <j:if test="${empty(goals)}">
  -      <i:ask question="What goals are you using to build?" 
answer="maven.scm.bootstrap.goals" default="multiproject:deploy" />  
  +      <i:ask question="What goals are you using to build?" answer="goals" 
default="multiproject:deploy" />
  +      <j:set var="maven.scm.bootstrap.goals" value="${goals.trim()}"/>
       </j:if>
   
       <attainGoal name="scm:bootstrap-project" />
  
  
  
  1.17      +1 -0      maven-plugins/scm/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml       29 Jul 2004 07:51:19 -0000      1.16
  +++ changes.xml       29 Jul 2004 13:35:05 -0000      1.17
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="1.4.1-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="fix" issue="MPSCM-16">Trim goals after prompting 
from the user</action>
         <action dev="dion" type="add" issue="MPSCM-20">Add scm:cvs-create-patch goal 
to help in creating patches</action>
         <action dev="carlos" type="fix" issue="MPSCM-13">Set default 
<code>maven.scm.method</code> to cvs</action>
       </release>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to