Top "Maven-ear-plugin" questions

Maven plugin intended to configure and produce ear files.

Plugin execution not covered by lifecycle configuration (JBossas 7 EAR archetype)

I am using Eclipse 3.7 Indigo with Maven M2E Plugin 1.0.100. Using the JBoss 7.x JavaEE 6 EAR archetype, the pom for …

maven jboss7.x m2eclipse maven-ear-plugin
Maven2: Best practice for Enterprise Project (EAR file)

I am just switching from Ant to Maven and am trying to figure out the best practice to set up …

jakarta-ee maven-2 ear maven-ear-plugin
Create complete EAR Project with Maven and Eclipse Helios

I read some articles about how to set up eclipse and maven to create a new empty ear project but …

eclipse web-applications maven-2 ear maven-ear-plugin
How to add WAR inside EAR with Maven

I have EAR with an application and I need to extend this app with my own code that is packaged …

java jakarta-ee maven maven-2 maven-ear-plugin
Removing version number from file name with Maven

I have a project with 5 modules in maven. Right now, when I do a "mvn clean install", it generates an …

java build maven-2 ear maven-ear-plugin
Invalid packaging for parent pom.xml, must be "pom" but is "ear"

Could anybody suggest me an solution with the following exception. I am going to create a multi-module project. Parent Project …

java maven maven-3 ear maven-ear-plugin
Maven dependency resolution and scope overriding

Disclaimer (I originally asked the question in a very detailed manner over here. I've excerpted it here as the maven-users …

maven dependency-management maven-ear-plugin
How do I upgrade the version of a maven plugin?

I am using the maven-ear-plugin version 2.3.1 - I know there is a new version available: http://maven.apache.org/plugins/…

java maven-2 build-process maven-ear-plugin
Maven: No marketplace entries found to handle castor, antrun, and ear plugins

I am importing a maven project into Eclipse. I have the m2e plugin installed and it is pointing to …

maven m2eclipse castor maven-antrun-plugin maven-ear-plugin
Build an ear using maven

I am new with maven, i have a task to change building of an ear from ant build to maven …

java maven-2 building maven-ear-plugin