There is a maven archetype for SpringMVC web application with mixer2. It is useful as a first project for make up the start point of development.
on windows:
C:\> C:\>set JAVA_HOME=C:\jdk1.6.0_xx C:\>mkdir C:\work C:\>cd C:\work C:\work>C:\apache-maven-2.2.1\bin\mvn.bat archetype:generate ^ More? -DarchetypeGroupId=org.mixer2 ^ More? -DarchetypeArtifactId=mixer2-springmvc-archetype ^ More? -DarchetypeVersion=0.3.1 ^ More? -DgroupId=com.mycompany ^ More? -DartifactId=myproject ^ More? -Dversion=0.0.1-SNAPSHOT ^ More?
you should cheese archetypeVersion: 0.3.1 or higher. see http://search.maven.org/#search|ga|1|a%3A%22mixer2-springmvc-archetype%22)
start new project wizard and choose maven project.
push Add Archetype button.
set parameters:
set GAV(groupId,artifactId,version) information and base package name of this project as you like.
done. project right click and Run as -> Run on Server