Create Java project with Maven archetype commercetools-spring-mvc-quickstart

Archetype for creating Spring MVC 4 web application with commercetools

Create a Java Project by archetype commercetools-spring-mvc-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DcommercetoolsProjectKey="My-commercetoolsProjectKey"   -DcommercetoolsClientId="My-commercetoolsClientId"   -DcommercetoolsClientSecret="My-commercetoolsClientSecret"   -DarchetypeGroupId="io.sphere.maven-archetypes"   -DarchetypeArtifactId="commercetools-spring-mvc-quickstart"   -DarchetypeVersion="0.3.0"   -DinteractiveMode=false 

Required parameters for generate java project:

commercetoolsProjectKey
validationRegex: none
commercetoolsClientId
validationRegex: none
commercetoolsClientSecret
validationRegex: none

Details about maven archetype commercetools-spring-mvc-quickstart

License

License

GroupId

GroupId

io.sphere.maven-archetypes
ArtifactId

ArtifactId

commercetools-spring-mvc-quickstart
Version

Version

0.3.0
Type

Type

maven-archetype
Description

Description

Commercetools Spring MVC Maven Archetype: Quickstart
Archetype for creating Spring MVC 4 web application with commercetools
Project URL

Project URL

https://github.com/sphereio/commercetools-spring-mvc-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.sphere.maven-archetypes -DarchetypeArtifactId=commercetools-spring-mvc-quickstart -DarchetypeVersion=0.3.0 -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.