March 17, 2011
Spring is coming
Just tried some basic java application skeleton with spring. Will be used in my upcoming project.
mvn archetype:generate -DarchetypeGroupId=com.philippkoelmel -DarchetypeArtifactId=spring-rest-webapp-archetype -DarchetypeVersion=0.0.1-SNAPSHOT -DarchetypeRepository=https://github.com/Hechtenheld/maven-repo/raw/master/snapshots
Or:
https://github.com/Hechtenheld/spring-rest-webapp-archetype
https://github.com/Hechtenheld/maven-repo
Thanks to:
http://cemerick.com/2010/08/24/hosting-maven-repos-on-github/