Re: versions:use-latest-versions and dependency:copy-dependencies

2019-01-22 Thread Stephen Connolly
The Maven model of project dependencies is resolved as part of the build plan because the transitive dependencies could affect the build order. An example (contrived, but possible). I have two modules: foo and bar foo depends on bar bar depends on a 3rd library that is external to the reactor:

versions:use-latest-versions and dependency:copy-dependencies

2019-01-22 Thread Anders Nyström
Hi, I am using versions:use-latest-versions in an early phase (generate-sources) in my maven build and it works nice. It updates the versions I want, but when I use it together with dependency:copy-dependencies that I have in a later phase (process-resources) of my maven build something gets