-q and -o used together cause a build failure
---------------------------------------------

                 Key: MNG-3534
                 URL: http://jira.codehaus.org/browse/MNG-3534
             Project: Maven 2
          Issue Type: Bug
          Components: Command Line
    Affects Versions: 2.0.9
            Reporter: Sherali Karimov
            Priority: Minor


These work just fine:
{code}mvn -o clean install{code}
{code}mvn -q clean install{code}

This one:
{code}mvn -qo clean install{code}
produces:
{code}[ERROR] BUILD FAILURE{code}

I tried it on a several projects with the same result.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to