O2oa6.3 reports an error in the idea compilation module
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project xxxx: Compilation failure
Solution: Change the JDK version of idea to 11 and synchronize the changes in pom.xml
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
Read More:
- Idea create Maven project Error: [error] no longer supports source option 1.5. Please use version 1.6 or higher, and the idea reports an error: error: Java does not support the error of release version 5
- Maven plugin development report error- plugin:3.2 :descriptor fai
- [Solved] SpringBoot Pack Project: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources
- [Solved] Error:java: Compilation failed: internal java compiler error
- Errorjava Compilation failed internal java compiler error [Solved]
- Fatal error compiling: invalid target release: 1.8 [How to Solve]
- [Solved] java: Compilation failed: internal java compiler error
- MVN compile Error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin…
- [Solved] Spring Boot Package Error: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0
- [Solved] ‘build.plugins.plugin.version‘ for org.springframework.boot:spring-boot-maven-plugin is missing.
- IDEA-Error java error release version 5 not supported (How To Fix)
- How to Solve Errors encountered by maven
- maven.TestGenerateMojo.execute(TestGenerateMojo.java:65) [How to Solve]
- Java Error | Error:java: Compilation failed: internal java compiler error
- Springboot Project: How to Introduces Local Jar Package
- [Solved] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on
- [Solved] Mybatis.generator error: Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2
- [Solved] Error running ‘tomcat:run‘: Cannot run program “tomcat:run“
- [Maven] maven filtering OTS parsing error incorrect file size in WOFF head [Two Methods to Solve]
- Error assembling War: webxml attribute is required