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="lastGoal" value="${maven.console.first}"/>
|
||||||
<j:set var="followOn" value="true"/>
|
<j:set var="followOn" value="true"/>
|
||||||
<j:while test="${followOn}">
|
<j:while test="${followOn}">
|
||||||
|
<log:info/>
|
||||||
<i:ask question="${pom.artifactId} ${pom.currentVersion} >" answer="goal" default="${lastGoal}"/>
|
<i:ask question="${pom.artifactId} ${pom.currentVersion} >" answer="goal" default="${lastGoal}"/>
|
||||||
<j:choose>
|
<j:choose>
|
||||||
<j:when test="${goal.indexOf('=') != '-1'}">
|
<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
|
# 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
|
# The name of the first goal that is displayed when entering the
|
||||||
# console (defaults to "help"). The usage section is displayed in
|
# console (defaults to "help"). The usage section is displayed in
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||||
<shortDescription>Console for Maven</shortDescription>
|
<shortDescription>Console for Maven</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/console/</url>
|
<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>
|
<siteAddress>jakarta.apache.org</siteAddress>
|
||||||
<siteDirectory>/www/maven.apache.org/reference/plugins/console/</siteDirectory>
|
<siteDirectory>/www/maven.apache.org/reference/plugins/console/</siteDirectory>
|
||||||
<distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
|
<distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
|
||||||
|
|||||||
@ -24,6 +24,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<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">
|
<release version="1.0" date="2003-09-29">
|
||||||
<action dev="smor" type="add">
|
<action dev="smor" type="add">
|
||||||
We can now set the first goal to be set as default when starting the
|
We can now set the first goal to be set as default when starting the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user