Create Java project with Maven archetype scp-cf-tomee

Archetype for a TomEE-based project on SAP Business Technology 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.67.0"   -DinteractiveMode=false 

Required parameters for generate java project:

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

Details about maven archetype scp-cf-tomee

License

License

GroupId

GroupId

com.sap.cloud.sdk.archetypes
ArtifactId

ArtifactId

scp-cf-tomee
Version

Version

3.67.0
Type

Type

maven-archetype
Description

Description

Archetypes - SAP CP Cloud Foundry + TomEE
Archetype for a TomEE-based project on SAP Business Technology Platform (Cloud Foundry).
Project URL

Project URL

https://sap.github.io/cloud-sdk/docs/java/getting-started
Project Organization

Project Organization

SAP SE

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.67.0 -DinteractiveMode=false

Dependencies

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.vintage : junit-vintage-engine jar 5.8.2

Project Modules

There are no modules declared in this project.