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

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

    [ http://jira.codehaus.org/browse/MDEP-51?page=comments#action_82678 ] 
            
Matt Whitlock commented on MDEP-51:
-----------------------------------

I was trying to type: Please make this simple fix quickly, as it is blocking our build process.

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