Re: Maven 2 EAR, WAR, EJB Common Dependencies

2006-01-31 Thread Piotr Bzdyl
Hi, WAR POM org.apache.maven.plugins maven-war-plugin webApplication image/**,htmlapp/**,WEB-INF/lib/*.jar

Re: Maven 2 EAR, WAR, EJB Common Dependencies

2006-01-27 Thread Sanjay Choudhary
Try this in your ejb pom org.apache.maven.plugins maven-ejb-plugin true true development ${pom.url} true WAR POM

Maven 2 EAR, WAR, EJB Common Dependencies

2006-01-27 Thread Rudolph, Gary
Any recommendations in Maven 2 on how to handle dependencies that are common across WAR's and EJB JAR's in an EAR? I'm used to including common dependencies in the EAR and then using manifest.mf a classpath to include these JAR's into each of the WAR or EJB JAR's. An example is when I have a comm