[ERROR]Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile) on project shop-common: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
错误原因:Maven编译下需要的是JDK环境,而不是JRE.
解决:将java Build Path里面的Libraries中的JRE System Libraries(JRE7)改为jdk7