Message:
The following issue has been closed.
Resolver: Brett Porter
Date: Sat, 30 Oct 2004 5:34 AM
implemented Shinobu Kawai's suggestion.
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-1439
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1439
Summary: -Dmaven.repo.online=false not equivalent to -o
Type: Bug
Status: Closed
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Fix Fors:
1.0.1
Versions:
1.1
1.0
Assignee: Brett Porter
Reporter: Cameron Horn
Created: Wed, 8 Sep 2004 5:46 PM
Updated: Sat, 30 Oct 2004 5:34 AM
Environment: Solaris
Description:
Contrived builds follow:
maven -Dmaven.mode.online=false -Dmaven.repo.remote= multiproject:install-snapshot
<snip>
Attempting to download commons-logging-1.0.3.jar.
WARNING: Failed to download commons-logging-1.0.3.jar.
The build cannot continue because of the following unsatisfied dependency:
commons-logging-1.0.3.jar (try downloading from http://jakarta.apache.org/common
s/logging/)
</snip>
maven -o multiproject:install-snapshot
<snip>
The build cannot continue because of the following unsatisfied dependency:
commons-logging-1.0.3.jar (try downloading from http://jakarta.apache.org/common
s/logging/)
</snip>
Note that maven still attempts to download while maven.mode.online=false. This is
contrary to the User Guide, which specifies that they are equivalent.
---------------------------------------------------------------------
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]