[
https://issues.apache.org/jira/browse/MDEP-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15243109#comment-15243109
]
Pavel Slechta commented on MDEP-524:
------------------------------------
Hi, I am using this version
{noformat}
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
{noformat}
I have tried
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>
<version>2.10</version>
</dependency>
</dependencies>
</plugin>
{code}
but the behavior is unchanged.
> Update to new wagon-http-lightweight because of WAGON-314 - HTTP 301 ignored
> ----------------------------------------------------------------------------
>
> Key: MDEP-524
> URL: https://issues.apache.org/jira/browse/MDEP-524
> Project: Maven Dependency Plugin
> Issue Type: Improvement
> Affects Versions: 2.10
> Reporter: Pavel Slechta
>
> When downloading dependencies the HTTP 301 Permanently moved redirect is not
> currently followed. This was fixed in *WAGON-314 - Permament move (error 301)
> not handled properly by Lightweight HTTP Wagon* in plugin version 2.0, but
> maven-dependency-plugin uses still older version without this bugfix.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)