[ http://jira.codehaus.org/browse/MDEP-7?page=all ]

Brian Fox updated MDEP-7:
-------------------------

    Fix Version/s:     (was: 2.0)
                   2.0-alpha-1

> [dependency-maven-plugin] ClassCastException caused by DefaultArtifact vs. 
> ActiveProjectArtifact
> ------------------------------------------------------------------------------------------------
>
>                 Key: MDEP-7
>                 URL: http://jira.codehaus.org/browse/MDEP-7
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>            Reporter: Christian Schulte
>         Assigned To: Trygve Laugstol
>            Priority: Trivial
>             Fix For: 2.0-alpha-1
>
>         Attachments: ActiveProjectArtifact.patch
>
>
> I reproducible got a ClassCastException during copy-dependencies goal. There 
> is a cast to DefaultArtifact which fails if the actual instance is 
> ActiveProjectArtifact which does not extend DefaultArtifact. After patching 
> the plugin and trying the old version again to verify reproducibility the 
> exception magically never appeared again so I cannot reproduce the stacktrace 
> somehow. However, the cast to DefaultArtifact can be changed to Artifact, I 
> think.

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