Hi,
I'm one of those programmers who prefer to use notepad or at most
emacs as an editor, believe it or not I written some large programs
that way. Now trying hard to come into the modern age of Eclipse and Maven.
I'm trying to run the Hibernate tutorial at:
http://docs.jboss.org/hibernate/core/3.3/reference/en/html/tutorial.html#...
I put the pom.xml file on that page and mvn failed to build it...
"dependencies.version is missing" for various things
also
I've installed m2_eclise plug-in and imported the pom.xml file there.
How to I call mvn for this pom.xml from within eclipse?
Thanks!
Brian Wolf