使用 Maven 构建耳朵
我是 Maven 新手,我有一个任务将耳朵的构建从 ant 构建更改为 Maven 构建。是否有一些与此相关的教程,如何使用 Maven 构建耳朵?
如果您知道与此相关的内容,请指导我...
谢谢
编辑:
非常感谢您的发帖,我阅读了给定的链接,我是如何从那里理解的,war文件和ejb jar应该部署到artifactory(公司存储库),以便可以将其作为依赖项添加到ear的pom文件中。
另外,一只耳朵可能包含多个战争文件(因为我相信我的耳朵将包含多个战争文件)?
如果我理解正确,请告诉我......
I am new with maven, i have a task to change building of an ear from ant build to maven build. Are somewhere some tutorials related to this, how to build an ear using maven ?
Please guide me if you know something related to this....
Thanks
EDIT:
Thanks a lot for posting, i read the given links, how i understood from there, the war file and the ejb jar should be deployed to artifactory (company repository), so that its could be added as dependency in pom file from ear.
Also an ear could contain more than one war file (because i believe that my ear will contain more than one war file) ?
Please let me know if i understood right this...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Maven EAR 插件
另外,这里是相关的 StackOverflow 帖子,可能对您非常有帮助。
You may use the Maven EAR Plugin
Also, Here is a related StackOverflow post that might be very helpful to you.