You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/24 04:10:08 UTC

[jira] Closed: (MAVEN-1363) Reactor goal attribute does not have whitespace trimmed from comma-delimited goal-names

Message:

   The following issue has been closed.

---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: FIXED

 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 10:09 PM
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org