Parent project is always downloaded using lightweight http client
-----------------------------------------------------------------
Key: WAGON-326
URL: http://jira.codehaus.org/browse/WAGON-326
Project: Maven Wagon
Issue Type: Bug
Affects Versions: 1.0-beta-7
Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: /usr/local/maven
Java version: 1.6.0_17, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.18-238.9.1.el5", arch: "amd64", family: "unix"
Reporter: Ondrej Svetlik
No matter what I do, parent pom is always downloaded using lightweight http
client. I tried everything described in this document:
http://maven.apache.org/guides/mini/guide-wagon-providers.html
but nothing helped.
I had to modify my project's pom file to include it's parent in dependencies
and remove parent project definition so it could be properly downloaded using
httpclient. Then everything works fine with the original pom file and other
downloads are using httpclient.
I am using httpclient because lightweight ignores my encrypted passwords in
settings.xml.
--
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