> I am trying to create a multi-module "skinny war" exploded EAR by using the > "skinnyWars" option of the maven-ear-plugin. The problem I am having is > that the EJB module dependencies of the WAR modules (there are 5) are being > left in the WEB-INF/lib directory of the WAR modules as well as unpacked in > the root of the EAR. This results in a deployment error.
You failed to read and properly implement the directions on the "Creating Skinny WARs" page. Go back and look for the word "excludes": http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.html You may also find it helpful to run a "mvn clean" at least once to clean things up after fixing your configuration error. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
