This maven2 archetype contains a little sample application with the Spring 3.0.5 Framework, Spring Mvc and JPA 1.0. It is deployed on the PLOIN Repository-Server on
http://www.ploin-m2.de/nexus/content/groups/public/
you can create a project from the archetype with the following command:
mvn archetype:generate -DarchetypeGroupId=org.ploin.archetype -DarchetypeArtifactId=tempSpringMvcJpa -DarchetypeVersion=1.1 -DarchetypeRepository=http://www.ploin-m2.de/nexus/content/groups/public/ -DgroupId=org.ploin -DartifactId=demoSpringMvcJpa
This archetype shows how the REST is working in Spring 3 and how you can use it together with JPA 1.0.
Standard 1.1.2 could not be found. To fix it change the groupId of the artifactId standard to “taglibs”.
Yes! That’s true. The artifact is here located in the standard M2 Repo:
http://repo1.maven.org/maven2/taglibs/standard/1.1.2/
I had the artifact from another Repo in my local m2 repository. I will fix it soon and deploy a new version of this Archetype.
OK. It is fixed. The newest version 1.1 includes the right entry for the standard artifact. I updated the version in the top already.