maven/its/core-it-support/maven-it-plugin-bootstrap
Tamas Cservenak 76c0d133a3 [MNG-7667] Fix DownloadMojo to properly resolve (#236)
The m-p-p depends on m-p-tools-ant and m-p-tools-beanshell as runtime/optional, and the way DownloadMojo resolves every artifact causes that OptionalDependencySelector filter these out even at "collection" stage (as depth >= 2).

Hence, fix DownloadMojo to resolve properly, that actually shifts all the tree "one level up", and hence result is same as in Maven, as the optional dependencies become "first level sibling".

---

https://issues.apache.org/jira/browse/MNG-7667
2023-01-16 14:13:55 +01:00
..
src/main/java/org/apache/maven/its/bootstrap [MNG-7667] Fix DownloadMojo to properly resolve (#236) 2023-01-16 14:13:55 +01:00
pom.xml Modernize IT plugins to use annotations (#184) 2023-01-11 13:35:56 +01:00