Closed m50d closed 6 years ago
still can not reproduce https://github.com/random-maven/flatten-maven-plugin/tree/master/src/it/issue-5
nonetheless, changed:
dependnecy:resolve
invocation: ResolveMojo.javaplease try to reproduce problem with 1.4.x https://bintray.com/random-maven/maven/flatten-maven-plugin
after that, please verify if parent issue is resolved https://github.com/random-maven/scalor-maven-plugin/issues/16
Issue is not present in 1.4.20180401224951
. I was using Java 9 so those changes could be related.
"scope" value somehow corrupted leading to invalid XML output when using maven-dependency-plugin 3.0.2
See https://github.com/random-maven/scalor-maven-plugin/issues/16 - in particular my last comment poking around with JDB.
Minimal pom to reproduce:
Running
mvn install
with this pom outputs:Changing the version of
maven-dependency-plugin
(even to3.0.1
) makes the problem go away.