Questions tagged «maven-ear-plugin»

10
生命周期配置未涵盖插件执行(JBossas 7 EAR原型)
我正在使用带有Maven M2E插件1.0.100的Eclipse 3.7 Indigo。 使用JBoss 7.x JavaEE 6 EAR原型,EAR的pom给了我这个错误: 生命周期配置未涵盖的插件执行:org.apache.maven.plugins:maven-ear-plugin:2.6:generate-application-xml(执行:default-generate-application-xml,阶段:generate-resources) <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin</artifactId> <version>2.6</version> <configuration> <!-- Tell Maven we are using Java EE 6 --> <version>6</version> <!-- Use Java EE ear libraries as needed. Java EE ear libraries are in easy way to package any libraries needed in the ear, …

6
Maven2:企业项目的最佳实践(EAR文件)
我只是从Ant切换到Maven,并试图找出建立基于EAR文件的Enterprise项目的最佳实践? 假设我要创建一个非常标准的项目,其中包含用于EJB的jar文件,用于Web层的WAR文件和封装的EAR文件,以及相应的部署描述符。 我将如何处理?archetypeArtifactId=maven-archetype-webapp与war文件一样创建项目,并从那里扩展?最佳的项目结构(和POM文件示例)是什么?您将耳朵文件相关的部署描述符等放在哪里? 谢谢你的帮助。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.