The project will contain Maven archetypes for java development
- checkout from git
- run
mvn install
to install the archetypes in your local repository
mvn archetype:generate
-DarchetypeGroupId=com.michalvich.java-archetypes
-DarchetypeArtifactId=spring-mvc-3-archetype
-DarchetypeVersion=1.0.0-SNAPSHOT
-DgroupId=your.groupid
-DartifactId=your-artifactId
-Dversion=version
mvn jetty:run
mvn archetype:generate
-DarchetypeGroupId=com.michalvich.java-archetypes
-DarchetypeArtifactId=spring-data-mongodb-service-archetype
-DarchetypeVersion=1.0.0-SNAPSHOT
-DgroupId=your.groupid
-DartifactId=your-artifactId
-Dversion=version