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"   -DartifactId="My-artifactId"   -Dgitignore="My-gitignore"   -DskipUsageAnalytics="My-skipUsageAnalytics"   -DarchetypeGroupId="com.sap.cloud.sdk.archetypes"   -DarchetypeArtifactId="scp-cf-tomee"   -DarchetypeVersion="3.15.1"   -DinteractiveMode=false 

Required parameters for generate java project:

artifactId
validationRegex: [^_]+
gitignore
validationRegex: none
skipUsageAnalytics
validationRegex: none

Details about maven archetype scp-cf-tomee

GroupId

GroupId

com.sap.cloud.sdk.archetypes
ArtifactId

ArtifactId

scp-cf-tomee
Version

Version

3.15.1
Type

Type

maven-archetype

How to add to project

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