jira-importer opened a new issue, #1344: URL: https://github.com/apache/maven-dependency-plugin/issues/1344
**[Christoph Läubrich](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=laeubi)** opened **[MDEP-839](https://issues.apache.org/jira/browse/MDEP-839?redirect=false)** and commented There is a parameter to redirect the output to a file: https://maven.apache.org/plugins/maven-dependency-plugin/list-mojo.html#outputFile This currently has some issues I would not expect when redirecting such content to a file: 1. First line in the file is empty 2. Second line says 'The following files have been resolved:' 3. next lines are indented 4. ANSI Escape Characters are emmited e.g. [36m -- module maven.core[0;1;33m (auto)[m What I would expect: Each line just contains the raw resolved dependency e.g. "org.apache.maven:maven-core:jar:3.8.6:provided" and no more content is printed out, especially no ANSI Escapes --- **Remote Links:** - [GitHub Pull Request #495 ](https://github.com/apache/maven-dependency-plugin/pull/495) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
