Dependency order
----------------

                 Key: MEMMA-17
                 URL: http://jira.codehaus.org/browse/MEMMA-17
             Project: Mojo EMMA Plugin
          Issue Type: Bug
    Affects Versions: 1.0-alpha-3
            Reporter: Mieszko Wasniowski


class: EmmaInstrumentMojo.java
method: addEmmaDependenciesToTestClasspath()
lines:

Set deps = new HashSet();
if(project.getDependencyArtifacts() != null)
  deps.addAll(project.getDependencyArtifacts());
deps.add(emmaArtifact);
project.setDependencyArtifacts(deps);

HashSet is used instead of LinkedHashSet, which causes to destroy the 
dependency order, for next executing plugins.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to