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>
     <artifactId>maven-jar-plugin</artifactId>
     <configuration>
       <archive>
         <addMavenDescriptor>false</addMavenDescriptor>
       </archive>
     </configuration>
   </plugin>
 </plugins>
</build>

Wayne

On 11/22/06, Sebastien Brunot <[EMAIL PROTECTED]> wrote:
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



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to