Thanks Wayne for your kind reply. I am not complaining about any one, just trying to get the guidance from this list if some one has faced this problem before and if I am doing some thing wrong; as earlier mentioned solutions on various lists did not work for me.
Thanks Antonio. Please see the error below. One more thing, I can see hibernate-3.5.0-Final download if I visit the URL https://repository.jboss.org/nexus/content/groups/public-jboss/org/hiber nate/hibernate/3.5.0-Final/ through browser but not able to download it through maven: Downloading: https://springframework.svn.sourceforge.net/svnroot/springframework /repos/repo-ext//org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Fin al.jar [INFO] Unable to find resource 'org.hibernate:hibernate:jar:3.5.0-Final' in repo sitory spring-ext (https://springframework.svn.sourceforge.net/svnroot/springfra mework/repos/repo-ext/) Downloading: http://svn.akazaresearch.com/ocrepository/repository/org/hibernate/ hibernate/3.5.0-Final/hibernate-3.5.0-Final.jar [INFO] Unable to find resource 'org.hibernate:hibernate:jar:3.5.0-Final' in repo sitory Rufus Repository (http://svn.akazaresearch.com/ocrepository/repository) Downloading: http://repository.jboss.com/maven2//org/hibernate/hibernate/3.5.0-F inal/hibernate-3.5.0-Final.jar [INFO] Unable to find resource 'org.hibernate:hibernate:jar:3.5.0-Final' in repo sitory jboss (http://repository.jboss.com/maven2/) Downloading: http://snapshots.maven.codehaus.org/maven2//org/hibernate/hibernate /3.5.0-Final/hibernate-3.5.0-Final.jar [INFO] Unable to find resource 'org.hibernate:hibernate:jar:3.5.0-Final' in repo sitory codehaus-snapshots (http://snapshots.maven.codehaus.org/maven2/) Downloading: http://download.java.net/maven/1/org.hibernate/jars/hibernate-3.5.0 -Final.jar [INFO] Unable to find resource 'org.hibernate:hibernate:jar:3.5.0-Final' in repo sitory java.net (http://download.java.net/maven/1) Downloading: http://download.java.net/maven/2//org/hibernate/hibernate/3.5.0-Fin al/hibernate-3.5.0-Final.jar [INFO] Unable to find resource 'org.hibernate:hibernate:jar:3.5.0-Final' in repo sitory maven2-repository.dev.java.net (http://download.java.net/maven/2/) Downloading: http://repo1.maven.org/maven2/org/hibernate/hibernate/3.5.0-Final/h ibernate-3.5.0-Final.jar [INFO] Unable to find resource 'org.hibernate:hibernate:jar:3.5.0-Final' in repo sitory central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.hibernate:hibernate:jar:3.5.0-Final Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.hibernate -DartifactId=hibernate -D version=3.5.0-Final -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.hibernate -DartifactId=hibernate -Dve rsion=3.5.0-Final -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryI d=[id] Path to dependency: 1) org.akaza.openclinica:OpenClinica-core:jar:SNAPSHOT 2) org.hibernate:hibernate:jar:3.5.0-Final ---------- 1 required artifact is missing. for artifact: org.akaza.openclinica:OpenClinica-core:jar:SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), java.net (http://download.java.net/maven/1), codehaus-snapshots (http://snapshots.maven.codehaus.org/maven2/), Rufus Repository (http://svn.akazaresearch.com/ocrepository/repository), maven2-repository.dev.java.net (http://download.java.net/maven/2/), jboss (http://repository.jboss.com/maven2/), spring-ext (https://springframework.svn.sourceforge.net/svnroot/springframewor k/repos/repo-ext/) Thanks, Pradnya -----Original Message----- From: Antonio Petrelli [mailto:[email protected]] Sent: Thursday, November 11, 2010 11:13 AM To: Maven Users List Subject: Re: Problem downloading dependency hibernate 3.5.0 2010/11/11 Wayne Fay <[email protected]>: >> I am having problem downloading dependency for hibernate 3.5.0. After >> doing some search I can see that this problem was faced by other people > > The Maven Users list cannot possibly be responsible for every artifact > in every repo in the world. > > Complain to the correct group -- in this case, the Hibernate team. > They should know where you can download this artifact, I would hope. Wayne, don't be so harsh, it could be simply a mistake on the use of Maven. In this case we can help. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
