alovoa icon indicating copy to clipboard operation
alovoa copied to clipboard

[BUG] Latest maven versions not compatible with `minify-maven-plugin`

Open lucifercr07 opened this issue 1 year ago • 0 comments

** 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:

  1. Got to root folder
  2. Try to run mvn install with maven version latest/set to >= 3.9.
  3. 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.

lucifercr07 avatar Feb 26 '24 10:02 lucifercr07