findepi opened a new issue #604: URL: https://github.com/apache/maven-mvnd/issues/604
Following https://github.com/apache/maven-mvnd/issues/513#issuecomment-959520767, i use `mvnd` in a script like this ``` project_version=$(mvnd -B help:evaluate -Dexpression=pom.version -q -DforceStdout --raw-streams) ``` This breaks, however, if mvnd decides to purge logs. The variable ends up containing a value like: ``` 372-SNAPSHOT Purged 18 log files (log available in /Users/findepi/.m2/mvnd/registry/0.7.1/purge-2022-02-25.log) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org