cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.5 LTS" apt show maven Package: maven Version: 3.6.3-5 try to start (on gitlab-ci) the compilation with command line from the readme [INFO] Recompiling the ...
Abstract: Java provides two different options for processing source code annotations. One of them is the annotation processing API used in compile time, and the other is the Reflection API used in ...