Create Java project with Maven archetype scp-cf-tomee

Archetype for a TomEE-based project on SAP Cloud Platform (Cloud Foundry).

Create a Java Project by archetype scp-cf-tomee with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.sap.cloud.s4hana.archetypes"   -DarchetypeArtifactId="scp-cf-tomee"   -DarchetypeVersion="1.9.4"   -DinteractiveMode=false 

Details about maven archetype scp-cf-tomee

GroupId

GroupId

com.sap.cloud.s4hana.archetypes
ArtifactId

ArtifactId

scp-cf-tomee
Version

Version

1.9.4
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.sap.cloud.s4hana.archetypes -DarchetypeArtifactId=scp-cf-tomee -DarchetypeVersion=1.9.4 -DinteractiveMode=false