-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate intro tutorial, required jars not found in Maven
PostPosted: Fri Dec 19, 2008 7:17 pm 
Newbie

Joined: Fri Dec 19, 2008 7:00 pm
Posts: 2
I am new to Hibernate and Maven. I am trying to follow the Hibernate tutorial reference information. I downloaded and extracted Hibernate distribution 3.3.1 GA. I am looking at the tutorial located in /projects/tutorial/ of the extraction, and am trying to build the example with Maven.

I run:
mvn clean install

and download a bunch of jars. (Seems like eveything is working) but I get four 'failed to resolve artifact' errors for missing jars. The error log tells me to go download those files manually from the Maven repository and then install them, such as:

Path to dependency:
1) org.hibernate:hibernate-tutorials:pom:3.3.1.GA

from the specified remote repositories:
central (http://repo1.maven.org/maven2)

So I browse to the repository, but get to http://repo2.maven.org/maven2/org/hibernate/ and I don't see a sub-folder or file called 'hibernate-tutorials' as path suggests.

What am I doing wrong? Is there another place on hibernate.org where I can download these dependent jars?

Thanks.


Top
 Profile  
 
 Post subject: Missing jar locations for
PostPosted: Sat Dec 20, 2008 2:47 pm 
Newbie

Joined: Fri Dec 19, 2008 7:00 pm
Posts: 2
The addresses supplied in the Maven error message are bogus. The right location for those missing jars is http://repository.jboss.org/maven2/org/ ... orial-web/. You can find them there.

I wish I knew how to change the error messages for the tutorial future newbies, but maybe someone else with more experience can help.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.