[ https://issues.apache.org/jira/browse/MNG-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guillaume Nodet reassigned MNG-7919: ------------------------------------ Assignee: Guillaume Nodet > Missing .mvn directory is only reported in DEBUG mode > ----------------------------------------------------- > > Key: MNG-7919 > URL: https://issues.apache.org/jira/browse/MNG-7919 > Project: Maven > Issue Type: Task > Components: Command Line > Affects Versions: 4.0.0-alpha-8 > Reporter: Karl Heinz Marbaise > Assignee: Guillaume Nodet > Priority: Minor > Labels: up-for-grabs > Fix For: 4.0.0-alpha-9, 4.0.0 > > > Currently the alpha-8 version of Maven only reports the missing {{.mvn}} > directory only if I activate the debugging output: > {code} > [DEBUG] 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. > Apache Maven 4.0.0-alpha-8 (a2cbf4873a99c1aca7e3908086fe53b17865f07a) > Maven home: /Users/khm/tools/maven > Java version: 22-ea, vendor: Oracle Corporation, runtime: > /Users/khm/.sdkman/candidates/java/22.ea.20-open > Default locale: en_DE, platform encoding: UTF-8 > OS name: "mac os x", version: "14.0", arch: "aarch64", family: "mac" > {code} > None debug output: > {code} > [INFO] Scanning for projects... > [INFO] > -------------------------------------------------------------------------------------------------------------------------- > [INFO] Reactor Build Order: > ... > {code} > The question is: Should it be reported in usual output or not? Or only in > debug mode? I would say report it not only in DEBUG mode. -- This message was sent by Atlassian Jira (v8.20.10#820010)