[
http://jira.codehaus.org/browse/MNG-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=131402#action_131402
]
Benjamin Bentmann commented on MNG-3534:
----------------------------------------
I'm not sure whether the command line is supposed to recognize "-qo" as two
arguments. In the meantime, you could use
{noformat}
mvn -q -o ...
{noformat}
i.e. specify each flag separately.
> -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