Author: mibo
Date: Thu Apr 30 14:03:22 2015
New Revision: 1676993
URL: http://svn.apache.org/r1676993
Log:
CMS commit to olingo by mibo
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext?rev=1676993&r1=1676992&r2=1676993&view=diff
==============================================================================
---
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext
(original)
+++
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext
Thu Apr 30 14:03:22 2015
@@ -24,10 +24,10 @@ Prerequisites for this Appendix is an in
To create a Maven project without Eclipse, execute the following command on
command line:
- mvn archetype:generate \
- -DgroupId=org.apache.olingo \
- -DartifactId=DemoService \
- -DarchetypeArtifactId=maven-archetype-webapp \
+ mvn archetype:generate \
+ -DgroupId=org.apache.olingo \
+ -DartifactId=DemoService \
+ -DarchetypeArtifactId=maven-archetype-webapp \
-DinteractiveMode=false