Latest Toolbox fixes 3 existing Mojos: parent-child-tree
, subproject-tree
and project-dependency-tree
by making them aggregator Mojos and adding selector to them. Some example usage of these mojos here and here.
Also, introduced Mojo dirty-tree
that works on current project, unlike its existing counterpart gav-dirty-tree
that accepts GAV.
What's Changed
- Dirty tree Mojo by @cstamas in #171
- Bump version.slf4j from 2.0.16 to 2.0.17 by @dependabot in #173
- Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.0 by @dependabot in #172
- Fix aggregating mojos by @cstamas in #174
Full Changelog: release-0.6.3...release-0.6.4