minor touches
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d361df1373
commit
82814a9ba1
@ -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'}">
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user