You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2014/01/17 14:53:21 UTC

svn commit: r1559104 - /incubator/olingo/site/trunk/content/doc/sample-setup.mdtext

Author: mibo
Date: Fri Jan 17 13:53:20 2014
New Revision: 1559104

URL: http://svn.apache.org/r1559104
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/doc/sample-setup.mdtext

Modified: incubator/olingo/site/trunk/content/doc/sample-setup.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/sample-setup.mdtext?rev=1559104&r1=1559103&r2=1559104&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/sample-setup.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/sample-setup.mdtext Fri Jan 17 13:53:20 2014
@@ -70,6 +70,29 @@ The result is a new and ready to build M
 
     mvn clean install
 
+If a Apache Olingo dependency is not available via Maven standard configuration then adding 
+the Apache Maven Repository (or in case you want to use SNAPSHOTS the Apache Snapshot Repository)
+into your `settings.xml` or the `pom.xml` of this project can solve the issue.
+
+    …
+      <repositories>
+        <repository>
+          <id>apache.central</id>
+          <name>Central Repository</name>
+          <url>http://repo.maven.apache.org/maven2</url>
+        </repository>
+      </repositories>
+
+      <repositories>
+        <repository>
+          <id>apache.snapshots</id>
+          <name>Apache SNAPSHOT repository</name>
+          <url>https://repository.apache.org/content/repositories/snapshots/</url>
+        </repository>
+      </repositories>
+    …
+
+
 Maven will build the project with the result **car-service.war** in the Maven 
 *target* directory. This can be deployed to any JEE compliant application server.
 Call the OData service with this URI in a browser: