Top "Maven-compiler-plugin" questions

The Maven Compiler Plugin is used to compile the sources of your project.

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile)

I am using Maven 3.0.5 and Spring Tool Source 3.2 with Maven plugin installed. When I try to do 'Run As---> …

java maven-3 maven-compiler-plugin
Maven Out of Memory Build Failure

As of today, my maven compile fails. [INFO] [ERROR] Unexpected [INFO] java.lang.OutOfMemoryError: Java heap space [INFO] at java.…

maven out-of-memory maven-3 pom.xml maven-compiler-plugin
Plugin org.apache.maven.plugins:maven-compiler-plugin or one of its dependencies could not be resolved

I'm having some issues to configure properly my eclipse to work with maven. I create a new project, this one …

java eclipse maven maven-compiler-plugin
Specifying java version in maven - differences between properties and compiler plugin

I'm not very experienced with maven and while experimenting with multi-module project I started wondering how can I specify java …

java maven maven-3 maven-compiler-plugin
Maven - exclude folder from build

Trying to exlcude a folder src/main/resources/scripts/ from my build but the following does not work: <build&…

maven maven-compiler-plugin
Intellij maven project Fatal error compiling: invalid flag: --release

I am trying to start with Spring-boot, Maven in Intellij Please help me I am getting the error: [ERROR] Failed …

java maven spring-boot intellij-idea maven-compiler-plugin
Maven Pom.xml issue

I'm trying to make a spring mvc project using maven and getting following error in pom.xml: CoreException: Could not …

maven pom.xml maven-compiler-plugin
--add-modules only on compilation

I'm building my project with maven and java-9. I've added in my pom.xml file: <plugin> <artifactId&…

java maven jaxb java-9 maven-compiler-plugin
How to configure Lombok with maven-compiler-plugin?

I have a root module and submodule in maven in the project. I am trying to use Lombok. I have …

java maven lombok maven-compiler-plugin