You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/04/10 02:56:55 UTC

cvs commit: maven-plugins/console/xdocs changes.xml

brett       2004/04/09 17:56:55

  Modified:    console  plugin.jelly plugin.properties project.xml
               console/xdocs changes.xml
  Log:
  minor touches
  
  Revision  Changes    Path
  1.6       +1 -0      maven-plugins/console/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/console/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly	4 Mar 2004 18:02:19 -0000	1.5
  +++ plugin.jelly	10 Apr 2004 00:56:55 -0000	1.6
  @@ -29,6 +29,7 @@
       <j:set var="lastGoal" value="${maven.console.first}"/>
       <j:set var="followOn" value="true"/>
       <j:while test="${followOn}">
  +      <log:info/>
         <i:ask question="${pom.artifactId} ${pom.currentVersion} >" answer="goal" default="${lastGoal}"/>
         <j:choose>
           <j:when test="${goal.indexOf('=') != '-1'}">
  
  
  
  1.3       +0 -2      maven-plugins/console/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/console/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties	4 Mar 2004 18:02:19 -0000	1.2
  +++ plugin.properties	10 Apr 2004 00:56:55 -0000	1.3
  @@ -17,8 +17,6 @@
   # -------------------------------------------------------------------
   # P L U G I N  P R O P E R T I E S
   # -------------------------------------------------------------------
  -# Xdoc plugin.
  -# -------------------------------------------------------------------
   
   # The name of the first goal that is displayed when entering the
   # console (defaults to "help"). The usage section is displayed in
  
  
  
  1.21      +1 -1      maven-plugins/console/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/console/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	8 Apr 2004 00:54:54 -0000	1.20
  +++ project.xml	10 Apr 2004 00:56:55 -0000	1.21
  @@ -26,7 +26,7 @@
     <currentVersion>1.1-SNAPSHOT</currentVersion>
     <shortDescription>Console for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/console/</url>
  -  <issueTrackingUrl>http://jira.werken.com/BrowseProject.jspa?id=10030</issueTrackingUrl>
  +  <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10361</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
     <siteDirectory>/www/maven.apache.org/reference/plugins/console/</siteDirectory>
     <distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
  
  
  
  1.4       +3 -0      maven-plugins/console/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/console/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml	4 Mar 2004 18:02:19 -0000	1.3
  +++ changes.xml	10 Apr 2004 00:56:55 -0000	1.4
  @@ -24,6 +24,9 @@
     </properties>
   
     <body>
  +    <release version="1.1-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="add" issue="MPCONSOLE-2">Add some whitespace before goal</action>
  +    </release>
       <release version="1.0" date="2003-09-29">
         <action dev="smor" type="add">
           We can now set the first goal to be set as default when starting the
  
  
  

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