Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
0.5.0
-
None
Description
I just found a weird behavior when I was checking for the latest release,
nothing breaking, but when I start with a clean repo clone and I do:
mvn dependency:tree
It creates a new file runners/flink/examples/wordcounts.txt with the
dependencies.
This error happens because maven-dependency-plugin asumes the property output
used by the flink tests as the export file for the command.
Ref.
https://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html#output
Attachments
Issue Links
- links to