[
http://jira.codehaus.org/browse/MNG-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Bentmann updated MNG-4026:
-----------------------------------
Description:
[r742799|http://svn.eu.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-project/src/main/java/org/apache/maven/project/MavenProject.java?view=diff&r1=742798&r2=742799&pathrev=742799]
uses a {{HashSet}} for the dependencies and as such shuffles the class path.
The ordering is only destroyed if dependeny resolution happens more than once
for a project, i.e. a single plugin execution will not exhibit the issue.
(was:
[r742799|http://svn.eu.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-project/src/main/java/org/apache/maven/project/MavenProject.java?view=diff&r1=742798&r2=742799&pathrev=742799]
uses a {{HashSet}} for the dependencies and as such shuffles the class path.)
> [regression] Order of project class path does not match POM order during
> reactor build
> --------------------------------------------------------------------------------------
>
> Key: MNG-4026
> URL: http://jira.codehaus.org/browse/MNG-4026
> Project: Maven 2
> Issue Type: Bug
> Components: Dependencies
> Affects Versions: 2.1.0
> Reporter: Benjamin Bentmann
>
> [r742799|http://svn.eu.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-project/src/main/java/org/apache/maven/project/MavenProject.java?view=diff&r1=742798&r2=742799&pathrev=742799]
> uses a {{HashSet}} for the dependencies and as such shuffles the class path.
> The ordering is only destroyed if dependeny resolution happens more than once
> for a project, i.e. a single plugin execution will not exhibit the issue.
--
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