Top "Maven-ear-plugin" questions

Maven plugin intended to configure and produce ear files.

error during build EAR file in Maven

I'm facing the followinf issue : Failed to execute goal org.apache.maven.plugins:maven-ear-plugin:2.7:generate-application-xml (default-generate-application-xml) on project UserAdminEAR: Artifact[…

maven maven-ear-plugin
maven-ear-plugin is not including jarModule into application.xml

I've been following the example on the maven-ear-plugin site that shows how to add third-party libraries to the generated application.…

jakarta-ee maven ear application.xml maven-ear-plugin
Maven: How to add files to the root inside an EAR with maven-ear-plugin?

I need to add 2 XML files inside an EAR generated with maven-ear-plugin. Unfortunately, I haven't seen a way to add …

maven-2 maven-ear-plugin
In java EE, which jars should I put in the library dir?

I have a Java EE project. The project is built using maven into an .ear archive. There is a library …

jakarta-ee maven classpath ear maven-ear-plugin
maven ear plugin not picking up application.xml

I am using jbosscc-seam-archtype 1.2 and I am putting the application.xml in EAR project, under /src/main/application/META-INF/ but …

maven-2 pom.xml seam2 maven-ear-plugin
Maven Integration for RAD7.5 along with automatic Websphere compatible EAR creation

I want to understand the entire process for integrating Maven with RAD Version 7.5 and creation of the EAR file using …

maven websphere ear ibm-rad maven-ear-plugin
How to remove version number from war file

I have a Dependency in child pom like this. <dependencies> <dependency> <groupId>sample-groupID</…

maven pom.xml maven-war-plugin maven-ear-plugin
How to make the Maven EAR Plugin automatically manage the classpath for dependencies?

I started using the maven ear plugin about 12 months ago and want to find out if there are any alternatives. …

maven maven-plugin ear maven-ear-plugin
maven-ear-plugin - How to manipulate Manifest.MF of webModule and ejbModule?

I have a multimodule maven project with the following structure: app (parent) -- pom.xml -- app-ear -- pom.xml …

maven manifest ear manifest.mf maven-ear-plugin