[main] ERROR org.apache.maven.cli.MavenCli - Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project springside-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: There was an error in the forked process
因jdk版本问题也可导致 jar兼容问题 出现测试通不过。 问题较多的是1.8.xx版本
mvn clean install -DskipTests
mvn clean deploy -DskipTests
http://stackoverflow.com/questions/13170860/failed-to-execute-goal-org-apache-maven-pluginsmaven-surefire-plugin2-10test
时间: 2024-11-05 02:36:58