Hi,
I have heard a lot of good things about the hibernate frame work, so i decided to try it. So i have downloaded the tutorial files from here (
http://docs.jboss.org/hibernate/core/3. ... html#d0e94) unzipped it and built the executed the mvn compile command.
But i am getting build errors (see below).
I have tried to purge the subprojects but it didnt work. it seem like there is a problem with the org.hibernate:hibernate-core:jar:3.6.2.Final
Any advice??
[INFO] Building Hibernate Getting Started Guide Tutorials 3.6.2.Final
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Hibernate hbm.xml Tutorial 3.6.2.Final
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.hibernate:hibernate-core:jar:3.6.2.Final is missing, n
o dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Hibernate Getting Started Guide Tutorials ......... SUCCESS [0.005s]
[INFO] Hibernate hbm.xml Tutorial ........................ FAILURE [0.191s]
[INFO] Hibernate Annotations Tutorial .................... SKIPPED
[INFO] Hibernate JPA Tutorial ............................ SKIPPED
[INFO] Hibernate Envers Tutorial ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.408s
[INFO] Finished at: Sat Apr 02 23:21:47 PDT 2011
[INFO] Final Memory: 3M/247M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project hibernate-tutorial-hbm: Could not reso
lve dependencies for project org.hibernate.tutorials:hibernate-tutorial-hbm:jar:
3.6.2.Final: Failure to find org.hibernate:hibernate-core:jar:3.6.2.Final in htt
p://repo1.maven.org/maven2 was cached in the local repository, resolution will n
ot be reattempted until the update interval of central has elapsed or updates ar
e forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/disp ... ndencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hibernate-tutorial-hbm