How to not include POM in packaged artifacts

2006-11-22 Thread Sebastien Brunot
Hi all, jar, war and ear artifacts packages by maven includes the POM (and a pom property file) under META-INF. How to not include the POM files into META-INF ? Thanks for your help, Sebastien

Re: How to not include POM in packaged artifacts

2006-11-22 Thread Wayne Fay
Based on previous emails about this issue, I'm pretty sure this should do it. Of course you'll need to set maven-jar-plugin, maven-war-plugin, or maven-ear-plugin appropriately. build plugins plugin artifactIdmaven-jar-plugin/artifactId configuration archive