I think for the time being I've answered my own question. You do not need to define a classpath library because m2eclipse seems to have already put all the dependencies on the classpath.
On Wed, Jun 4, 2008 at 11:26 AM, Murray Waters <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to setup an eclipse JPA project using hibernate, following this > tutorial: > > http://mftltd.com/java/eclipsearticles/jpa/usinghibernate.html > > In step 4 of this tutorial it tells me that I need to define an > implementation library for hibernate. > > Is it possible to do this using m2eclipse/maven? Or will I need to manually > locate all the jars in my local maven repository and add them to this user > library so that the JPA tool is satisfied? > > Cheers. > > Murray >
