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

Details about maven archetype scp-neo-javaee6

License

License

GroupId

GroupId

com.sap.cloud.s4hana.archetypes
ArtifactId

ArtifactId

scp-neo-javaee6
Version

Version

1.11.1
Type

Type

maven-archetype
Description

Description

Archetypes - SCP Neo + Java EE 6
Archetype for a project based on Java EE 6 on SAP Cloud Platform (Neo).
Project URL

Project URL

https://www.sap.com/s4sdk
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.s4hana.archetypes -DarchetypeArtifactId=scp-neo-javaee6 -DarchetypeVersion=1.11.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.