Create Java project with Maven archetype scp-neo-javaee7

Archetype for a project based on Java EE 7 on SAP Cloud Platform (Neo).

Create a Java Project by archetype scp-neo-javaee7 with Command Line:

  1. mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.sap.cloud.s4hana.archetypes"   -DarchetypeArtifactId="scp-neo-javaee7"   -DarchetypeVersion="2.2.0"   -DinteractiveMode=false

Details about maven archetype scp-neo-javaee7

GroupId

GroupId

com.sap.cloud.s4hana.archetypes
ArtifactId

ArtifactId

scp-neo-javaee7
Version

Version

2.2.0
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-neo-javaee7 -DarchetypeVersion=2.2.0 -DinteractiveMode=false