[ https://issues.apache.org/jira/browse/MDEP-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17902958#comment-17902958 ]
Elliotte Rusty Harold commented on MDEP-839: -------------------------------------------- Which command are you running specifically? Different commands produce different output? > dependency:list should output a plain list whe used with a file > --------------------------------------------------------------- > > Key: MDEP-839 > URL: https://issues.apache.org/jira/browse/MDEP-839 > Project: Maven Dependency Plugin > Issue Type: Bug > Reporter: Christoph Läubrich > Assignee: Elliotte Rusty Harold > Priority: Minor > > 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: > # First line in the file is empty > # Second line says 'The following files have been resolved:' > # next lines are indented > # 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 -- This message was sent by Atlassian Jira (v8.20.10#820010)