The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Sun, 9 Nov 2003 8:57 AM
Changes:
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-980&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-980
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-980
Summary: maven.default.goal incorrect?
Type: Bug
Status: Unassigned
Priority: Trivial
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-console
Fix Fors:
1.1
Versions:
1.0-beta-10
Assignee:
Reporter: Charlie Dobbie
Created: Wed, 29 Oct 2003 7:16 AM
Updated: Sun, 9 Nov 2003 8:57 AM
Environment: maven-console-plugin-1.0, seems to appear in current HEAD as well.
Description:
The console goal contains the following line:
<j:set var="lastGoal" value="${maven.console.first}"/>
Where maven.console.first is defined in the plugin.properties as:
maven.console.first = ${maven.default.goal}
But this appears not to work - no default goal is presented on the i:ask line and
pressing return without typing anything does not execute the default goal. If you
execute the following:
lastGoal=war:webapp
Then the goal is correctly displayed and executes as expected. Hardcoding the value
of lastGoal works, and hardcoding the value of maven.console.first works, so I assume
${maven.default.goal} isn't the correct property for the project's default goal?
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]