Ordering of goals from a plugin execution is not respected if plugin management 
applies
---------------------------------------------------------------------------------------

                 Key: MNG-3886
                 URL: http://jira.codehaus.org/browse/MNG-3886
             Project: Maven 2
          Issue Type: Bug
          Components: Plugins and Lifecycle
    Affects Versions: 3.0-alpha-1
            Reporter: Benjamin Bentmann
            Priority: Minor


For a POM snippet like
{code:xml}
<execution>
  <id>test</id>
  <phase>validate</phase>
  <goals>
    <goal>one</goal>
    <goal>two</goal>
  </goals>
</execution>
{code}
the effective execution order of the specified goals is either [one, two] or 
[two, one] depending on the existence of {{<pluginManagement>}} for the plugin 
in question.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to