Create Java project with Maven archetype java-maven-arch-odata

Java Tools - Maven Archetype - OData

Create a Java Project by archetype java-maven-arch-odata with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.sap.cloud.gw.xsa"   -DarchetypeArtifactId="java-maven-arch-odata"   -DarchetypeVersion="1.2.8"   -DinteractiveMode=false 

Details about maven archetype java-maven-arch-odata

License

License

GroupId

GroupId

com.sap.cloud.gw.xsa
ArtifactId

ArtifactId

java-maven-arch-odata
Version

Version

1.2.8
Type

Type

maven-archetype
Description

Description

Java Tools - Maven Archetype - OData
Java Tools - Maven Archetype - OData
Project URL

Project URL

http://www.sap.com
Project Organization

Project Organization

SAP

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.sap.cloud.gw.xsa -DarchetypeArtifactId=java-maven-arch-odata -DarchetypeVersion=1.2.8 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.