alovoa
alovoa copied to clipboard
[BUG] Latest maven versions not compatible with `minify-maven-plugin`
** Check if you're in the correct repository ** This repository only covers bugs in the backend and web UI of alovoa.com only.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Got to root folder
- Try to run
mvn installwith maven version latest/set to >= 3.9. - Build fails with compilation error as below:
Failed to execute goal com.github.buckelieg:minify-maven-plugin:2.0.1:minify
Expected behavior Compilation should succeed even with latest maven versions.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context This might be also treated as security upgrade as minify maven module doesn't seem to be compatible with newer version of maven.