Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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
   Versions:
             1.0

   Assignee: 
   Reporter: Simon Turner

    Created: Wed, 7 Jul 2004 7:09 AM
    Updated: Wed, 7 Jul 2004 7:09 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]

Reply via email to