You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2006/12/15 02:22:40 UTC

[jira] Reopened: (MDEP-51) Incorrect artifact naming scheme revealed by today's change

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

Brian Fox reopened MDEP-51:
---------------------------

             
The SNAPSHOT is being replaced now.

> 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