2015-01-29 2 views
0

oltu를 빌드하고 클라이언트 데모를 실행하고 싶지만 클라이언트에 대한 의존성이 없어 빌드가 실패합니다. MVN 부두 : 실행은 내가 어떤 도움을 주셔서 감사합니다 것 같은 오류Apache Oltu 데모 실행 실패

실패

[INFO] Reactor Summary: 
[INFO] 
[INFO] Apache Oltu - Parent .............................. SUCCESS [1.158s] 
[INFO] Apache Oltu - Commons ............................. SUCCESS [0.049s] 
[INFO] Apache Oltu - Commons - Encoded Token ............. SUCCESS [1.175s] 
[INFO] Apache Oltu - Commons - JSON ...................... SUCCESS [0.233s] 
[INFO] Apache Oltu - OAuth 2.0 ........................... SUCCESS [0.089s] 
[INFO] Apache Oltu - OAuth 2.0 - Common .................. SUCCESS [1.056s] 
[INFO] Apache Oltu - OAuth 2.0 - Client .................. SUCCESS [1.108s] 
[INFO] Apache Oltu - OAuth 2.0 - HttpClient .............. SUCCESS [0.495s] 
[INFO] Apache Oltu - OAuth 2.0 - Dynamic Registration Common SUCCESS [0.319s] 
[INFO] Apache Oltu - OAuth 2.0 - Dynamic Registration Client SUCCESS [0.389s] 
[INFO] Apache Oltu - OAuth 2.0 - Authorization Server .... SUCCESS [1.243s] 
[INFO] Apache Oltu - OAuth 2.0 - Resource Server ......... SUCCESS [0.780s] 
[INFO] Apache Oltu - OAuth 2.0 - Resource Server Filter .. SUCCESS [0.328s] 
[INFO] Apache Oltu - OAuth 2.0 - Test Utils .............. SUCCESS [0.222s] 
[INFO] Apache Oltu - OAuth 2.0 - Dynamic Registration Server SUCCESS [0.663s] 
[INFO] Apache Oltu - OAuth 2.0 - Integration Tests ....... SUCCESS [3.341s] 
[INFO] Apache Oltu - OAuth 2.0 - JWT ..................... SUCCESS [0.574s] 
[INFO] Apache Oltu - OpenId Connect ...................... SUCCESS [0.043s] 
[INFO] Apache Oltu - OpenId Connect - Common ............. SUCCESS [0.118s] 
[INFO] Apache Oltu - OpenId Connect - Client ............. SUCCESS [0.428s] 
[INFO] Apache Oltu - JOSE ................................ SUCCESS [0.041s] 
[INFO] Apache Oltu - JOSE - JWS .......................... SUCCESS [0.968s] 
[INFO] Apache Oltu - Demos - Parent ...................... SUCCESS [0.041s] 
[INFO] Apache Oltu - Demos - Client ...................... FAILURE [0.029s] 
[INFO] Apache Oltu - Reactor ............................. SKIPPED 
[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD FAILURE 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 15.577s 
[INFO] Finished at: Wed Jan 28 16:39:21 PST 2015 
[INFO] Final Memory: 57M/1021M 
[INFO] ------------------------------------------------------------------------ 
[ERROR] Failed to execute goal on project org.apache.oltu.demos.client: Could not resolve dependencies for project org.apache.oltu.demos:org.apache.oltu.demos.client:war:1-SNAPSHOT: The following artifacts could not be resolved: org.apache.oltu.openidconnect:org.apache.oltu.openidconnect.common:jar:0.1-SNAPSHOT, org.apache.oltu.openidconnect:org.apache.oltu.openidconnect.client:jar:0.1-SNAPSHOT: Failure to find org.apache.oltu.openidconnect:org.apache.oltu.openidconnect.common:jar:0.1-SNAPSHOT in http://xxxxx/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [Help 1] 

답변

0

(1) 나는 성공적으로 Ubuntu12.04 및 Ubuntu14.04 모두 아파치 OLTU 1.0.1을 구축했다.

다음과 같은 솔루션을 시도 할 수 있습니다 :

(1A) MVN을 청소

(1B) MVN 설치

(1C) CD 데모/클라이언트 데모

(1D) MVN 부두 : 실행

(1E) 웹 브라우저를 열고 액세스 할 수

http://localhost:8080/

Apache OLTU OAuth 2.0 클라이언트 홈 화면에 도달합니다.