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

Change fixes the position of the classifier in the file name, but I'm still 
getting the timestamp issue.

It's only the transitive snapshot dependencies that are coming up with 
timestamp versions.  The direct dependencies are named with SNAPSHOT, as they 
should be.

> 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