oauth 2.0 - Problems building Apache Oltu 0.31 -


i'd run client demo apache oltu. following demo's instructions (download , "mvn jetty:run") doesn't work due missing dependencies, i'm trying build whole project "mvn install" , running other missing dependency issues. here's tail of maven output:

[info] ------------------------------------------------------------------------ [info] building apache oltu - openid connect - client 0.1-snapshot [info] ------------------------------------------------------------------------ [warning] pom org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:jar:0.31-snapshot missing, no dependency information available [info] ------------------------------------------------------------------------ [info] reactor summary: [info] [info] apache oltu - parent .............................. success [1.794s] [info] apache oltu - oauth 2.0 - parent .................. success [0.159s] [info] apache oltu - oauth 2.0 - common .................. success [2.378s] [info] apache oltu - oauth 2.0 - client .................. success [2.249s] [info] apache oltu - oauth 2.0 - httpclient .............. success [1.754s] [info] apache oltu - oauth 2.0 - dynamic registration common  success [0.381s] [info] apache oltu - oauth 2.0 - dynamic registration client  success [1.393s] [info] apache oltu - oauth 2.0 - authorization server .... success [2.260s] [info] apache oltu - oauth 2.0 - resource server ......... success [1.818s] [info] apache oltu - oauth 2.0 - resource server filter .. success [1.434s] [info] apache oltu - oauth 2.0 - test utils .............. success [0.350s] [info] apache oltu - oauth 2.0 - dynamic registration server  success [1.821s] [info] apache oltu - oauth 2.0 - integration tests ....... success [3.382s] [info] apache oltu - oauth 2.0 - jwt ..................... success [0.696s] [info] apache oltu - openid connect - parent ............. success [0.080s] [info] apache oltu - openid connect - common ............. success [0.291s] [info] apache oltu - openid connect - client ............. failure [0.017s] [info] apache oltu - demos - parent ...................... skipped [info] apache oltu - demos - client ...................... skipped [info] apache oltu - reactor ............................. skipped [info] ------------------------------------------------------------------------ [info] build failure [info] ------------------------------------------------------------------------ [info] total time: 22.735s [info] finished at: thu aug 15 16:11:10 pdt 2013 [info] final memory: 31m/81m [info] ------------------------------------------------------------------------ [error] failed execute goal on project org.apache.oltu.openidconnect.client: not resolve dependencies project org.apache.oltu.openidconnect:org.apache.oltu.openidconnect.client:jar:0.1-snapshot: failed collect dependencies @ org.apache.oltu.oauth2:org.apache.oltu.oauth2.jwt:jar:0.31-snapshot: failed read artifact descriptor org.apache.oltu.oauth2:org.apache.oltu.oauth2.jwt:jar:0.31-snapshot: failure find org.apache.oltu.oauth2:org.apache.oltu.oauth2.parent:pom:0.31-snapshot in http://repository.apache.org/snapshots cached in local repository, resolution not reattempted until update interval of apache.snapshots has elapsed or updates forced -> [help 1] 

here's see in ~/.m2/repository/org/apache/oltu/oauth2/org.apache.oltu.oauth2.parent/0.31-snapshot

-rw-r--r--  1 sherb  staff  248 aug 15 16:53 org.apache.oltu.oauth2.parent-0.31-snapshot.pom.lastupdated -rw-r--r--  1 sherb  staff  238 aug 15 16:53 resolver-status.properties 

has else seen , been able work around it?

this should fixed in https://issues.apache.org/jira/browse/oltu-112 .


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -