You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/06 10:01:54 UTC

[jira] Updated: (MAVEN-1439) -Dmaven.repo.online=false not equivalent to -o

The following issue has been updated:

    Updater: Mattias Neuling (mailto:neuling@dakosy.de)
       Date: Wed, 6 Oct 2004 4:01 AM
    Comment:
This attachment is a fix for this issue. It's a diff to the class 'org.apache.maven.verifier.DependencyVerifier' of CVS tag 'MAVEN_1_0'.
    Changes:
             Attachment changed to MAVEN-1439.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1439?page=history

---------------------------------------------------------------------
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: Open
   Priority: Major

 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: Wed, 6 Oct 2004 4:01 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org