Nx
Enterprise
Nx
fix(maven): log analyzer startup under verbose instead of stdout (#35361) ## Current Behavior The Maven analyzer prints `[Maven Analyzer] Starting analysis with options: { verbose: false }` unconditionally to stdout. This corrupts commands that expect clean stdout output, such as `nx show projects --json`, where consumers end up parsing: ``` [Maven Analyzer] Starting analysis with options: { verbose: false } ["@somnex/krista","@somnex/somnex"] ``` ## Expected Behavior The startup message should only be shown in verbose mode, matching the rest of the analyzer diagnostics in this file that already use `logger.verbose`. Normal `nx show projects --json` output stays clean. ## Related Issue(s) Fixes NXC-4253
nx-cloud record -- nx format:check
Sign in / Sign up
Open main menu
Succeeded
CI Pipeline Execution
nx-cloud record -- nx format:check
Click to copy
Linux
4 CPU cores
b11118bd
master