Create Java project with Maven archetype scp-neo-javaee6

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

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

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

Details about maven archetype scp-neo-javaee6

GroupId

GroupId

com.sap.cloud.s4hana.archetypes
ArtifactId

ArtifactId

scp-neo-javaee6
Version

Version

1.1.2
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-javaee6 -DarchetypeVersion=1.1.2 -DinteractiveMode=false