预先感谢您的帮助!
我可以访问 Websphere 7 中的管理控制台并为 maven 项目成功安装 EAR 文件。
我无法在 Rad 8.5 中右键单击 Websphere 7 服务器,然后选择“添加和删除”。当我这样做时,它不会显示 Maven 项目。相反,它显示“没有可以从服务器添加或删除的资源”
关于如何让它显示在“添加和删除”下的任何想法?
预先感谢您的帮助!
我可以访问 Websphere 7 中的管理控制台并为 maven 项目成功安装 EAR 文件。
我无法在 Rad 8.5 中右键单击 Websphere 7 服务器,然后选择“添加和删除”。当我这样做时,它不会显示 Maven 项目。相反,它显示“没有可以从服务器添加或删除的资源”
关于如何让它显示在“添加和删除”下的任何想法?
IBM 提供了一个视频教程作为
本演示文稿介绍了 Rational Application Developer 和 WebSphere Application Server 开发人员工具,用于 Eclipse 对 Maven 开发的支持。
本演示文稿介绍了 Rational Application Developer 和 WebSphere Application Server 开发人员工具,用于 Eclipse 对 Maven 开发的支持。在这里,我们涵盖了项目转换、项目配置、定义依赖项以及在服务器上运行。
还有PDF版本作为
本文探讨了同时使用 Rational® Application Developer 和 m2eclipse 的真实场景。
我希望这可能会有所帮助。
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.