Error 1:
[ERROR]Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project motherBuyBoot: There are test failures. [ERROR] Please refer to D:\web\motherbuy\target\surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
Solution:
the pom.xml file has the wrong version of Junit, or for some other reason, the junit dependency is commented out and the compilation passes.
Error 2:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project motherBuyBoot: Compilation failure [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
Solution:
Method: Compile compile environment problems, that are not configured; see the screenshot below to solve, do not forget to update maven.
Read More:
- [Solved] ‘build.plugins.plugin.version‘ for org.springframework.boot:spring-boot-maven-plugin is missing.
- [Solved] Spring Boot Package Error: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0
- [Solved] IDEA Import springboot Project Error: Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:<unknown>
- Spring-boot-maven-plugin Error [How to Solve]
- [Solved] MVN Build Project Error: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test
- How to Solve Errors encountered by maven
- How to Solve Error occurred during initialization of boot layer
- How to Solve Error: Maven ‘parent.relativePath‘ of POM…
- [Solved] O2oa compile error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin
- How to Solve Spring integrate Seata startup error
- MVN compile Error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin…
- How to Solve JDBC connection error in spring MVC integration
- [Solved] Spring Boot Project Error: Failed to load property source from
- [Solved] Spring Boot Startup Error: Failed to load property source from location ‘classpath:/application-dev.yml‘
- [Solved] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:analyze-only
- Spring Boot Error starting ApplicationContext. To display the auto-configuration report re-run you
- Spring boot real time HTML page
- [Solved] Docker-maven-plugin Build Mirror Error: failed: Connection refused: connect
- Maven (http://repo1.maven.org/maven2/): Failed to transfer file and PKIX path building failed: sun.secu
- [Solved] spring boot integrated PageHelper Error