Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-1
-
Fix Version/s: 1.1-rc1
-
Component/s: None
-
Labels:None
-
Environment:Server: Apache 1.3.x with Subversion 1.1.1
Client: Linux 2.6/Windows 2000, J2SE 5.0
-
Number of attachments :
Description
Dependencies are not downloading from remote repository if it's placed in Subversion with http access (with apache and mod_davsvn)
In verbose mode maven logs (under linux):
—
Getting failed dependencies: [org.apache.maven.repository.GenericArtifact@9945ce, org.apache.maven.repository.GenericArtifact@b5dac4, org.apache.maven.repository.GenericArtifact@12d96f2]
Attempting to download slamd_client-1.8.1.jar.
http://server.net:81/svn/v2/trunk/target/maven//slamd/jars/slamd_client-1.8.1.jar - Status code: 200
Local file is newer: not downloaded
Attempting to download slamd_server-1.8.1.jar.
http://server.net:81/svn/v2/trunk/target/maven//slamd/jars/slamd_server-1.8.1.jar - Status code: 200
Local file is newer: not downloaded
Artifact '/opt/maven-repository/slamd/jars/slamd_client-1.8.1.jar' not found to add to classpath
Artifact '/opt/maven-repository/slamd/jars/slamd_server-1.8.1.jar' not found to add to classpath
—
in local repository appropriate paths are created, but jar files are missing
this was checked against repository server with basic auth and without authentication - result is the same
affected version 1.1-beta-1, 1.0.x works well
Attachments
Issue Links
| This issue is related to: | ||||
| MAVEN-1686 | be able to use sftp as a maven.repo.remote |
|
|
|
| This issue depends upon: | ||||
| WAGON-126 | The getIfNewer method fails to work if file doesn't exist locally and the Last-Modified header isn't sent by the server |
|
|
|
Can you try a recent 1.1 beta-3 snapshot
We upgraded the wagon dependencies which solved this sort of problem
http://people.apache.org/~aheritier/maven/1.X/snapshots/?C=M;O=D