The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 23 Oct 2004 1:51 AM Changes: Fix Version changed to 1.0.1 --------------------------------------------------------------------- For a full history of the issue, see:
http://jira.codehaus.org/browse/MAVEN-1363?page=history --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MAVEN-1363 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1363 Summary: Reactor goal attribute does not have whitespace trimmed from comma-delimited goal-names Type: Bug Status: Unassigned Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Components: core Fix Fors: 1.0.1 Versions: 1.0 Assignee: Reporter: Simon Turner Created: Wed, 7 Jul 2004 7:09 AM Updated: Sat, 23 Oct 2004 1:51 AM Environment: Win XP Pro, Red Hat 8 Description: It is possible to define a goal attribute in the reactor element of a goal which has a number of goal-names, separated by commas: <m:reactor basedir="${basedir}/.." includes="*/project.xml" goals="clean, jar:install" banner="bla" ignoreFailures="false"/> In the above example, the second goal-name will be interpreted by maven as " jar:install" rather than "jar:install" (so the build fails). This was not the case with 1.0 rc1, but is the case with 1.0 rc4. --------------------------------------------------------------------- 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]