1. 程式人生 > >報錯:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile

報錯:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile

在eclispe上執行mvn命令報錯:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project VSS: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

解決方式:Eclipse點選Windows>prefernces>java>installed JREs   這裡要選擇自己jdk所在路徑,我原來選擇的是一個預設的路徑不正確,更改後,報錯解決;