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:55:02 UTC

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

Author: mibo
Date: Fri Jan 17 13:55:02 2014
New Revision: 1559105

URL: http://svn.apache.org/r1559105
Log:
Typo

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=1559105&r1=1559104&r2=1559105&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:55:02 2014
@@ -56,9 +56,7 @@ To generate the sample project for the `
       -DarchetypeArtifactId=olingo-odata2-sample-cars-annotation-archetype-incubating 
       -DarchetypeVersion=1.1.0-SNAPSHOT 
 
-If an archetype is not available via Maven standard configuration then an 
-additional parameter `-DarchetypeRepository=http://repository.apache.org/snapshots` 
-can solve the issue.
+If an archetype is not available via Maven standard configuration then an additional parameter `-DarchetypeRepository=http://repository.apache.org/snapshots` can solve the issue.
 
 Based on the Olingo project template Maven will generate a new project with 
 the specified GAV*) coordinates: `com.sample:my-car-service:1.0.0-SNAPSHOT`. 
@@ -70,9 +68,7 @@ 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.
+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 Maven `settings.xml` or the `pom.xml` of this project can solve the issue.
 
     …
       <repositories>
@@ -86,7 +82,7 @@ into your `settings.xml` or the `pom.xml
       <repositories>
         <repository>
           <id>apache.snapshots</id>
-          <name>Apache SNAPSHOT repository</name>
+          <name>Apache SNAPSHOT Repository</name>
           <url>https://repository.apache.org/content/repositories/snapshots/</url>
         </repository>
       </repositories>