Arrowx7 wrote:
Hello, I'm new to maven
I wanted to include the hibernate jar so I can import classes like:
import org.springframework.orm.hibernate3.HibernateCallback;
I know I have to add something to the pom.xml files, but I'm not sure what.
Is it the hibernate plugin for maven?
Can someone
Hello, I'm new to maven
I wanted to include the hibernate jar so I can import classes like:
import org.springframework.orm.hibernate3.HibernateCallback;
I know I have to add something to the pom.xml files, but I'm not sure what.
Is it the hibernate plugin for maven?
Can someone point me in the r