Author: jasha
Date: Thu Oct 11 21:14:29 2012
New Revision: 1397314

URL: http://svn.apache.org/viewvc?rev=1397314&view=rev
Log:
RAVE-817 Document the Shindig dependendies that aren't in Maven Central. Patch 
by Martin Höller.

Modified:
    rave/site/trunk/content/source.mdtext

Modified: rave/site/trunk/content/source.mdtext
URL: 
http://svn.apache.org/viewvc/rave/site/trunk/content/source.mdtext?rev=1397314&r1=1397313&r2=1397314&view=diff
==============================================================================
--- rave/site/trunk/content/source.mdtext (original)
+++ rave/site/trunk/content/source.mdtext Thu Oct 11 21:14:29 2012
@@ -48,6 +48,16 @@ To build the Apache Rave project invoke 
 If you have any problems relating to the rave-master project, see the 
 "Apache Rave Master Project" section at the end of this document.
 
+If Maven can't find the artifacts *oauth-httpclient4* or *caja*, you are
+probably behind a Maven proxy (repository manager) that doesn't
+know about the corresponding repositories. Rave depends transitively on
+these artifacts via Shindig. Shindig, thus adds repositories via their
+[pom.xml][7] files. If your proxy doesn't know about these repositories
+you have to add these URLs in your proxy-configuration:
+
+    http://oauth.googlecode.com/svn/code/maven/
+    http://google-caja.googlecode.com/svn/maven/
+
 ### Deploying and Running on Tomcat
 
 To run a local Tomcat instance with rave-shindig and rave-portal and Wookie 
deployed:
@@ -99,4 +109,5 @@ See the article about [integration tests
   [3]: ide-settings-and-debugging.html
   [4]: http://maven.apache.org/download.html
   [5]: http://maven.apache.org/download.html#Installation
-  [6]: integration-tests.html
\ No newline at end of file
+  [6]: integration-tests.html
+  [7]: http://svn.apache.org/repos/asf/shindig/trunk/pom.xml


Reply via email to