2017-04-20 7 views
0

java 용 AWS SDK를 빌드하려고합니다. github 저장소에 지정된 단계를 수행했습니다. 내가 실행할 때 다음과 같은 오류가 발생했습니다AWS Java SDK 빌드 오류

mvn clean install 


[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2. 
19.1:test (default-test) on project aws-java-sdk-core: There are test failures. 
[ERROR] 
[ERROR] Please refer to C:\Users\<USER>\Downloads\aws-sdk-java-master\aws-java 
-sdk-core\target\surefire-reports for the individual test results. 
[ERROR] -> [Help 1] 
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit 
ch. 
[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 rea 
d the following articles: 
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc 
eption 
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command 

[ERROR] mvn <goals> -rf :aws-java-sdk-core 

내 SDK를 빌드하고 Java 프로젝트에서 사용하는 방법에 대한 제안.

[EDIT 상기 aws-java-sdk-core 패키지 테스트 실패가있는 것 같다 받는다는 출력 찾고

enter image description here

[EDIT 2 [enter image description here] 2

답변

1

. 어떤 테스트가 실패했는지 파악하기 위해 maven 출력을 통해 스크롤을 저장하려면 surefire-plugin에서 HTML 리포트를 생성 할 수 있습니다. 그냥 확실히 도움이 될 것입니다 target/site/surefire-report.html

+0

에 보고서를 뱉어해야

mvn clean install surefire-report:report

실행, 내가 확실한 report.html의 PLZ의 스크린 샷을 포함하는 영업 이익을 편집 한 시간 – dakait

+0

에 대한 감사 내가 – dakait

+0

을 제안 도움이되는 경우 콘솔 창에서 일부 소켓 닫힌 오류를 볼 수 있습니다. – dakait