Author: mibo
Date: Thu Apr 30 14:01:50 2015
New Revision: 1676992
URL: http://svn.apache.org/r1676992
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=1676992&r1=1676991&r2=1676992&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:01:50 2015
@@ -24,13 +24,12 @@ 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 \
--DinteractiveMode=false
-```
+ mvn archetype:generate \
+ -DgroupId=org.apache.olingo \
+ -DartifactId=DemoService \
+ -DarchetypeArtifactId=maven-archetype-webapp \
+ -DinteractiveMode=false
+
This creates a project skeleton.
Afterwards, use the goal `eclipse:eclipse` in order to make the project
Eclipse-like.