Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Sat, 3 Apr 2004 9:55 PM

fixed for -o. No other cmd line properties equate to context properties. done.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1204

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1204
    Summary: build and project properties should not override command line
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             cli
   Fix Fors:
             1.0-rc3
   Versions:
             1.0-rc2

   Assignee: Brett Porter
   Reporter: John Casey

    Created: Fri, 19 Mar 2004 4:03 PM
    Updated: Sat, 3 Apr 2004 9:55 PM
Environment: windows (at least)

Description:
when running maven, if I specify something like:

maven -o goal

it will still try to satisfy dependencies by d/l'ing from remote repository. This is 
NOT the case if I re-run with:

maven -Dmaven.mode.online=false goal

it looks like there might be an inheritance issue with the MavenJellyContext, but this 
is just a guess. I've tried setting inherit=false, then true around the section in 
App.java where the options are set, but no luck...


---------------------------------------------------------------------
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]

Reply via email to