Re: How to avoid CVS files being packaged?

2007-12-28 Thread amit kumar
Actually I am overriding the default maven directory structure. But similar is the case with jar applications. I guess when maven is supposed to package(web directory), then its putting the CVS files. I concluded this because in the classes folder inside WEB-INF there is no CVS file, probably becau

Re: How to avoid CVS files being packaged?

2007-12-28 Thread Tom Huybrechts
This explains how to include/exclude resources: http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html I thought CVS files where by default excluded in all plugins. Do you already override the includes/excludes in configuration ? Tom On Dec 28, 2007 7:11 AM

How to avoid CVS files being packaged?

2007-12-27 Thread amit kumar
Hi, I can see CVS files being packaged in the WAR builds of maven, while the JAR files are clean and don't have CVS files. How to avoid the CVS files being packaged in WARs/EARs? Regards, Amit Kumar