[
https://issues.apache.org/jira/browse/MNG-7898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski closed MNG-7898.
------------------------------------
Resolution: Fixed
> Missing .mvn directory should not be reported in quiet mode
> -----------------------------------------------------------
>
> Key: MNG-7898
> URL: https://issues.apache.org/jira/browse/MNG-7898
> Project: Maven
> Issue Type: Bug
> Affects Versions: 4.0.0-alpha-7
> Reporter: Slawomir Jaranowski
> Assignee: Slawomir Jaranowski
> Priority: Major
> Fix For: 4.0.0-alpha-8
>
>
> To reproduce
> {code}
> mvn help:evaluate -q -DforceStdout -Dexpression=project.version
> {code}
> output is:
> {code}
> Unable to find the root directory. Create a .mvn directory in the root
> directory or add the root="true" attribute on the root project's model to
> identify it.
> 211-SNAPSHOT
> {code}
> should be only:
> {code}
> 211-SNAPSHOT
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)