2

如何将 maven EAR 项目导入 Eclipse 3.4,并能够使用 IDE (WTP) 将 ear 成功部署到 Weblogic (9.2)?

主要问题是当它通过 IDE 部署时,依赖 jar 没有包含在 ear 中(在 APP-INF/lib 下)。当我从命令行构建时,耳朵正是我想要的。

我正在为 ear 插件使用 APP-INF/lib 配置,并包含所有必需 jar 的 jarModule 部分。

编辑 eclipse EAR 项目的 Java EE 组件时,会列出所有 jar,但不在 APP-INF/lib 中。只有当我打开一个依赖 jar 项目时,这些特定的 jar 才会设置在该子文件夹下。所有第 3 方罐子都显示它们最终会出现在错误的位置。

如果您需要更多信息,请告诉我。谢谢!

4

2 回答 2

0

The Using maven-eclipse-plugin in multi-module projects with WTP of the maven website describes how to develop Multi-module projects with Maven and Eclipse efficiently using the best of both Maven 2 and Eclipse's WTP. This covers projects that have EJB and EAR modules.

An fully working example of a multi-module projects, containing some JAR-, a WAR- and an EAR-project is even available for download if necessary.

于 2009-10-10T17:21:16.980 回答
0

您可能希望使用 maven 为您创建 eclipse WTP 项目。可能会有所帮助。

于 2009-06-10T16:18:41.093 回答