[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project

  • rmrf
    (¯\_(ツ)_/¯)
  • rmrf's Avatar 이 글의 작성자
  • Offline
  • Newbie
  • Newbie
더보기
14 Feb 2019 13:43 - 14 Feb 2019 13:43 #4442 작성자: rmrf
rmrf 님의 글: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project [프로젝트]: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test failed: There was an error in the forked process

1) dependency:tree -> 실패
2) surefire plugin 추가 -> 실패
3) surefire plugin에 다음 설정 추가 -> 성공 (테스트 스킵)

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>3.0.0-M3</version>
        <configuration>
          <skipTests>true</skipTests>
        </configuration>
      </plugin>
Time to create page: 0.045 seconds
Powered by Kunena Forum