Create Java project with Maven archetype mixer2-springmvc-archetype

archetype for SpringMVC web application with mixer2

Create a Java Project by archetype mixer2-springmvc-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.mixer2"   -DarchetypeArtifactId="mixer2-springmvc-archetype"   -DarchetypeVersion="0.5.5"   -DinteractiveMode=false 

Details about maven archetype mixer2-springmvc-archetype

License

License

GroupId

GroupId

org.mixer2
ArtifactId

ArtifactId

mixer2-springmvc-archetype
Version

Version

0.5.5
Type

Type

maven-archetype
Description

Description

mixer2-springmvc-archetype
archetype for SpringMVC web application with mixer2
Project URL

Project URL

http://mixer2.org/
Project Organization

Project Organization

Project Mixer2
Source Code Management

Source Code Management

https://github.com/nabedge/mixer2-springmvc-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.mixer2 -DarchetypeArtifactId=mixer2-springmvc-archetype -DarchetypeVersion=0.5.5 -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.