Setup
Generate Maven Project
mvn archetype:generate \
-DarchetypeGroupId=pl.codeleak \
-DarchetypeArtifactId=spring-mvc-quickstart \
-DarchetypeVersion=1.0.0 \
-DgroupId=<my.groupid> \
-DartifactId=<my-artifactId> \
-Dversion=<version> \
-DarchetypeRepository=http://kolorobot.github.io/spring-mvc-quickstart-archetype
install maven plugins for eclipse using url http://download.eclipse.org/technology/m2e/releases/
Lifecycle
mvn compile
mvn test
mvn package
mvn clean
mvn ... -DskipTests
Comments