How to configure maven to use -source 5 or higher to enable annotations? By JamesPosted on April 16, 2022 Problem : I need to install a project into my local repository. During mvn install I’m getting compilation error. > […]