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/03/27 15:16:20 UTC

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

Author: mibo
Date: Thu Mar 27 14:16:20 2014
New Revision: 1582314

URL: http://svn.apache.org/r1582314
Log:
Fixed copy/paste

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

Modified: olingo/site/trunk/content/doc/sample-setup.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/sample-setup.mdtext?rev=1582314&r1=1582313&r2=1582314&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/sample-setup.mdtext (original)
+++ olingo/site/trunk/content/doc/sample-setup.mdtext Thu Mar 27 14:16:20 2014
@@ -38,7 +38,7 @@ To generate the sample project for the `
       -DgroupId=com.sample \
       -DartifactId=my-car-service \
       -DarchetypeGroupId=org.apache.olingo \
-      -DarchetypeArtifactId=olingo-odata2-sample-cars-service-archetype \
+      -DarchetypeArtifactId=olingo-odata2-sample-cars-service-archetype
 
 To generate the sample project for the `ODataService` implementation start with:
 
@@ -48,7 +48,7 @@ To generate the sample project for the `
       -DgroupId=com.sample \
       -DartifactId=my-car-service \
       -DarchetypeGroupId=org.apache.olingo \
-      -DarchetypeArtifactId=olingo-odata2-sample-cars-annotation-archetype \
+      -DarchetypeArtifactId=olingo-odata2-sample-cars-annotation-archetype
 
 If an archetype is not available via Maven standard configuration then an additional parameter `-DarchetypeRepository=http://repository.apache.org/snapshots` can solve the issue.