The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Mon, 4 Aug 2003 9:34 AM
Changes:
timeoriginalestimate changed from 0
timeestimate changed from 0 minutes
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-438&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-438
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-438
Summary: linkcheck plugin uses global proxy settings. There is no way to perform
check using a proxy while still having a non-proxied project
Type: Improvement
Status: Unassigned
Priority: Minor
Time Spent: Unknown
Remaining: Unknown
Project: maven
Fix Fors:
1.1
Versions:
1.0-beta-10
Assignee:
Reporter: Florin Vancea
Created: Wed, 21 May 2003 8:19 AM
Updated: Mon, 4 Aug 2003 9:34 AM
Environment: Maven running behind a proxy but "remote-repo" is "inside", therefore no
need for proxy.
Description:
Suppose the following setup:
- local network behind a proxy
- one "remote repository" running on a local machine, mirror of ibiblio
- Maven builds get the resources from the above "remote repository", hence no need for
proxy settings in the projects. Actually, setting a proxy would only slow things down.
When running "site:generate" linkcheck kicks in, but sees no proxy and fails trying to
reach outside links like "http://maven.apache.org/".
If we set a proxy the general build process is slowed unnecessarily.
If not, goals like "site:generate" are slooooow to run due to timeouts in linkcheck.
AFAIK there is no (obvious/direct/simple) way to have "no proxy" when building and
"some proxy" when linkchecking.
Suggestion 1:
allow linkcheck to use its own set of proxy settings if the "normal" ones are not
found. Some property like "maven.linkcheck.proxy.host=192.168.0.1".
Suggestion 2:
Use automatically proxy settings from the environment (global env, not Maven's). These
would be users's settings for browsing the Net anyway, so these are probably the best
choice anyway.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]