-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Closed
Copy link
Labels
bugSomething isn't workingSomething isn't workingpriority:minorMinor loss of function, or other problem where easy workaround is presentMinor loss of function, or other problem where easy workaround is present
Milestone
Description
Christoph Läubrich opened MDEP-839 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:
- 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
Remote Links:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:minorMinor loss of function, or other problem where easy workaround is presentMinor loss of function, or other problem where easy workaround is present