Author: mibo
Date: Thu Oct 23 04:13:29 2014
New Revision: 1633740
URL: http://svn.apache.org/r1633740
Log:
CMS commit to olingo by mibo
Modified:
olingo/site/trunk/content/doc/odata2/sample-setup.mdtext
Modified: olingo/site/trunk/content/doc/odata2/sample-setup.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata2/sample-setup.mdtext?rev=1633740&r1=1633739&r2=1633740&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata2/sample-setup.mdtext (original)
+++ olingo/site/trunk/content/doc/odata2/sample-setup.mdtext Thu Oct 23
04:13:29 2014
@@ -39,7 +39,7 @@ To generate the sample project for the `
-DartifactId=my-car-service \
-DarchetypeGroupId=org.apache.olingo \
-DarchetypeArtifactId=olingo-odata2-sample-cars-service-archetype \
- -DarchetypeVersion=RELEASE \
+ -DarchetypeVersion=RELEASE
To generate the sample project for the `ODataService` implementation with use
of the Java Annotations extension start with:
@@ -50,7 +50,7 @@ To generate the sample project for the `
-DartifactId=my-car-service \
-DarchetypeGroupId=org.apache.olingo \
-DarchetypeArtifactId=olingo-odata2-sample-cars-annotation-archetype \
- -DarchetypeVersion=RELEASE \
+ -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.