0

预先感谢您的帮助!

我可以访问 Websphere 7 中的管理控制台并为 maven 项目成功安装 EAR 文件。

我无法在 Rad 8.5 中右键单击 Websphere 7 服务器,然后选择“添加和删除”。当我这样做时,它不会显示 Maven 项目。相反,它显示“没有可以从服务器添加或删除的资源”

关于如何让它显示在“添加和删除”下的任何想法?

4

2 回答 2

2

IBM 提供了一个视频教程作为

1.在 IBM Rational Application Developer 中使用 Maven 集成工具,第 1 部分

本演示文稿介绍了 Rational Application Developer 和 WebSphere Application Server 开发人员工具,用于 Eclipse 对 Maven 开发的支持。

2.在 IBM Rational Application Developer 中使用 Maven 集成工具,第 2 部分

本演示文稿介绍了 Rational Application Developer 和 WebSphere Application Server 开发人员工具,用于 Eclipse 对 Maven 开发的支持。在这里,我们涵盖了项目转换、项目配置、定义依赖项以及在服务器上运行。

还有PDF版本作为

Rational Application Developer 和 M2Eclipse:开发工作台中的 Maven

本文探讨了同时使用 Rational® Application Developer 和 m2eclipse 的真实场景。

我希望这可能会有所帮助。

于 2013-06-04T04:29:56.960 回答
1

Bit late but perhaps still helpfull for those running into this problem. What worked for me?

After a succesfull build on the command line I ran 'mvn eclipse:eclipse' to generate the prefs files for the project to import it smoothly into eclipse/Rad as a 'general project'. After this the wtp-migration tool popped up. I let it run and after correcting some project facet issues in the project properties I could easily see and add the ear module to my WAS7 server.

于 2014-02-21T22:38:34.477 回答