jnorthr / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Cannot use SocialAuth with Maven #275

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
pom.xml of SocialAuth contains reference to jboss repository which is no longer 
valid. (see 
https://community.jboss.org/en/build/blog/2011/06/01/blocking-repositoryjbossorg
maven2)

When I try to run "mvn -U clean install", build failed with following message: 
Access denied to: 
http://repository.jboss.org/maven2/org/json/json/20090211/json-20090211.pom, 
ReasonPhrase:Forbidden.

Original issue reported on code.google.com by peter.bo...@gmail.com on 1 Jul 2013 at 4:54

GoogleCodeExporter commented 8 years ago
Try to run maven build after removing the <repositories> tag from pom.xml. It 
contains the reference of jboss repository and working fine at my end. But you 
can try after removing it and let me know the result.

Original comment by tarun.na...@3pillarglobal.com on 4 Jul 2013 at 2:23

GoogleCodeExporter commented 8 years ago

Original comment by tarun.na...@3pillarglobal.com on 23 Jul 2013 at 11:53