Seam 3 模块 - 入门
我需要有关 Seam 3 模块设置的帮助。当我尝试使用 Seam 3 模块、持久性时,无法找到 JBoss Java EE 6 规范。
我读到我需要使用 maven 3 或声明可以找到该工件的存储库。我正在使用maven 3,但仍然不行。
沃尔特
I need help getting setup on Seam 3 modules. When I try to use the Seam 3 module, persistence, the JBoss Java EE 6 spec cannot be found.
I was reading that I need to use maven 3 or declare the repository where that artifact can be found. I am using maven 3, but still no go.
Walter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
提供链接、一些
pom.xml
片段或一些说明问题的错误跟踪通常会有所帮助。读书去哪儿?我非常怀疑是否需要使用 Maven 3,并且 Maven 3 不会神奇地解决比 Maven 2 更多的依赖关系。我的猜测是您只是缺少一些存储库。
但由于您没有说明什么/如何/在哪里,我只能建议添加 JBoss 公共存储库组(还包含 java.net 工件):
Providing links, some
pom.xml
snippet or some error trace illustrating a problem is usually helpful.Reading where? I highly doubt that using Maven 3 is required and Maven 3 won't magically resolve more dependencies than Maven 2. My guess is that you're just missing some repositories.
But since you didn't say anything about the what/how/where, I can only suggest to add the JBoss Public Repository Group (that contains also java.net artifacts):