Author: sklevenz
Date: Tue Apr 8 20:57:02 2014
New Revision: 1585834
URL: http://svn.apache.org/r1585834
Log:
CMS commit to olingo by sklevenz
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=1585834&r1=1585833&r2=1585834&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/sample-setup.mdtext (original)
+++ olingo/site/trunk/content/doc/sample-setup.mdtext Tue Apr 8 20:57:02 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 \
-DarchetypeVersion=RELEASE \
To generate the sample project for the `ODataService` implementation with use
of the Java Annotations extension start with:
@@ -49,7 +49,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 \
-DarchetypeVersion=RELEASE \
If an archetype is not available via Maven standard configuration then an
additional parameter
`-DarchetypeRepository=http://repository.apache.org/snapshots` can solve the
issue.