Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Versions: 1.1 1.0 Assignee: Reporter: Cameron Horn Created: Wed, 8 Sep 2004 5:46 PM Updated: Wed, 8 Sep 2004 5:46 PM 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]
