构建问题 Spring 3 -hibernate 3 项目
我有一个简单的 spring3、hibernate 3 项目。当我尝试使用 Maven 构建项目时,出现以下错误。
下载: http://repo1.maven.org/maven2/org/hibernate/hibernate-entitymanager/3.3.2.ga/hibernate-entitymanager-3.3.2.ga.jar [信息] 无法在存储库中央找到资源“org.hibernate:hibernate-entitymanager:jar:3.3.2.ga”(http://repo1.maven.org/maven2) [信息] 无法解决工件。
缺少:
1) org.hibernate:hibernate-entitymanager:jar:3.3.2.ga
任何人都知道问题是什么,我在 POM.xml 中放置了错误的内容。
如果我下载了 jar 文件,我如何通过 eclipse
Help 添加到 Maven 是非常值得赞赏的, 维克斯
I have a simple spring3,hibernate 3 project.When am trying to build the project using Maven i got the following errors.
Downloading: http://repo1.maven.org/maven2/org/hibernate/hibernate-entitymanager/3.3.2.ga/hibernate-entitymanager-3.3.2.ga.jar
[INFO] Unable to find resource 'org.hibernate:hibernate-entitymanager:jar:3.3.2.ga' in repository central (http://repo1.maven.org/maven2)
[INFO] Failed to resolve artifact.
Missing:
1) org.hibernate:hibernate-entitymanager:jar:3.3.2.ga
Anybody know what is the issue, i put anything wrong in my POM.xml.
If i downloaded the jar file, how i added to Maven through my eclipse
Help is highly appreciated,
VKS
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 http://mvnrepository.com 来搜索 hibernate-entitymanager。您的版本如下所示:请注意 GA 中的大写...
You could use http://mvnrepository.com to search for hibernate-entitymanager. Your version looks like this: Do note the upper case in GA ...
对于休眠,我们使用以下存储库:
https://repository.jboss.org/nexus/content /repositories/releases/
尝试将其添加到您的 pom 中:
For hibernate we use following repository:
https://repository.jboss.org/nexus/content/repositories/releases/
Try adding this to your pom: