Commit 00f7fc8
committed
build: add a workaround for minify-maven-plugin to make it work with Maven 3.9+
minify-maven-plugin has started to fail on Maven 3.9:
Error: Failed to execute goal com.samaxes.maven:minify-maven-plugin:1.7.6:minify (minify-resources)
on project mystamps: Execution minify-resources of goal
com.samaxes.maven:minify-maven-plugin:1.7.6:minify failed: A required class was missing while
executing com.samaxes.maven:minify-maven-plugin:1.7.6:minify: org/codehaus/plexus/util/DirectoryScanner
Because newer Maven versions doesn't provide plexus-utils anymore.
Fix #17341 parent 64f8a84 commit 00f7fc8
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
776 | 788 | | |
777 | 789 | | |
778 | 790 | | |
| |||
0 commit comments