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

Work on MDEP-51 started by Brian Fox.

> Incorrect artifact naming scheme revealed by today's change
> -----------------------------------------------------------
>
>                 Key: MDEP-51
>                 URL: http://jira.codehaus.org/browse/MDEP-51
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-alpha-1
>            Reporter: Matt Whitlock
>         Assigned To: Brian Fox
>            Priority: Critical
>             Fix For: 2.0-alpha-1
>
>
> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/utils/DependencyUtil.java?r1=482886&r2=487234
>             destFileName = artifact.getArtifactId() + "-" + 
> artifact.getClassifier() + versionString + "."
>                 + artifact.getType();
> Should be:
>             destFileName = artifact.getArtifactId() + versionString + "-" + 
> artifact.getClassifier() + "."
>                 + artifact.getType();
> Please 

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