如何使用 Maven 在 RAD 中构建 J2EE EAR 文件?
使用 Rational Application Developer 创建 J2EE 应用程序,我为我的 EAR 创建一个项目,为我的 WAR 创建一个项目 - 遵循 RAD 创建的常用项目结构。
那么,我如何创建一个 Maven 构建文件来构建 EAR,其中包含 WAR 等 - 准备部署。当从 Hudson 启动时,构建需要工作。
Using Rational Application Developer to create a J2EE application, I create a project for my EAR and a project for my WAR - following the usual project structure created by RAD.
So, how do I create a Maven build file that builds the EAR with the WAR inside, etc - ready to deploy. Build needs to work when kicked-off from Hudson.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您的 EAR 是标准 EAR,那么“简单地”使用 Maven EAR 插件。如果您需要更具体的指导,请提出更具体的问题。
If your EAR is a standard EAR, then "simply" use the Maven EAR plugin. If you need more specific guidance, please ask a more specific question.
您是否看过使用 Rational Application Developer 7.5.5 和 Maven 进行 Java EE 开发 - 了解如何将强大的开放式 Maven 构建框架与 Rational Application Developer 7.5.5 丰富的 Java EE 5 开发工具集集成 - https://www.ibm.com/developerworks/wikis/download/attachments /113607155/RAD_755_MAVEN_0601.pdf?version=1
Have you seen this Java EE development using Rational Application Developer 7.5.5 and Maven - Learn how the powerful open Maven build framework can be integrated with Rational Application Developer 7.5.5's rich set of Java EE 5 development tools- https://www.ibm.com/developerworks/wikis/download/attachments/113607155/RAD_755_MAVEN_0601.pdf?version=1
我对 RAD + Maven 没有任何经验。但我尝试过 WSAD + ANT,并且必须使用特定的 WSAD ant 任务来完成此任务。
因此,同样适用于 RAD + Maven 场景。
我想这或许可以给我们一些提示。
http://maven.apache.org/plugins/maven- eclipse-plugin/rad-mojo.html
抱歉,无法提供精确的解决方案。
I do not have any experiance with RAD + Maven. But I had tried WSAD + ANT, and I had to use specific WSAD ant tasks to get this done.
So, same would apply for the RAD + Maven scenario.
I think this may give some hint.
http://maven.apache.org/plugins/maven-eclipse-plugin/rad-mojo.html
Sorry, could not provide a precise solution.