Create Java project with Maven archetype olingo-odata2-sample-cars-jpa-archetype


Create a Java Project by archetype olingo-odata2-sample-cars-jpa-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.olingo"   -DarchetypeArtifactId="olingo-odata2-sample-cars-jpa-archetype"   -DarchetypeVersion="2.0.3"   -DinteractiveMode=false 

Details about maven archetype olingo-odata2-sample-cars-jpa-archetype

GroupId

GroupId

org.apache.olingo
ArtifactId

ArtifactId

olingo-odata2-sample-cars-jpa-archetype
Version

Version

2.0.3
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.olingo -DarchetypeArtifactId=olingo-odata2-sample-cars-jpa-archetype -DarchetypeVersion=2.0.3 -DinteractiveMode=false