I've been studying "Spring in Action" and the author says he uses maven in the chapter on MVC.
However, I cannot find a simple archetype for spring MVC (or spring-ejb or spring-activeMQ). I see the appfuse archetypes, but those are for complete web sites with log-in and everything. I just want to have a hello world style program to start out with.
Oh wait, I do see a maven archetype for hibernate and jpa. Ooops, I cannot get the hibernate one to work. I'm going to post a query in the maven form for help with that.
Can someone point me to some Spring or ActiveMQ or EJB hibernate tutorials that come complete maven pom.xml or ant build.xml files?