Closed bgsmase closed 7 months ago
Maven since 3.9 no longer includes the plexus-utils dependency which the minify-maven-plugin depends on. (https://maven.apache.org/docs/3.9.0/release-notes.html#potentially-breaking-core-changes)
Adding the explicit dependency is the quickest workaround.
Note that the https://github.com/samaxes/minify-maven-plugin version of the plugin hasn't been maintained for many years. There is a fork at https://github.com/sevenprinciples/minify-maven-plugin with updates which make it compatible with current maven versions but, it appears to have a dependency on a library which requires Java 11+ so can't be used here yet.
Fixes #15
Maven since 3.9 no longer includes the plexus-utils dependency which the minify-maven-plugin depends on. (https://maven.apache.org/docs/3.9.0/release-notes.html#potentially-breaking-core-changes)
Adding the explicit dependency is the quickest workaround.
Note that the https://github.com/samaxes/minify-maven-plugin version of the plugin hasn't been maintained for many years. There is a fork at https://github.com/sevenprinciples/minify-maven-plugin with updates which make it compatible with current maven versions but, it appears to have a dependency on a library which requires Java 11+ so can't be used here yet.
Fixes #15