Re: Getting CVS folder in the builds

2007-12-19 Thread Emmanuel Venisse
Normally, maven exclude them automatically. If it doesn't do it, you can add a resources part in your pom to exclude them. Emmanuel Hi, I noticed the CVS folder in the builds that I am using continuum and maven to build. Could someone please guide on how to exclude the CVS files being

Re: Getting CVS folder in the builds

2007-12-19 Thread Hemant Malik
Thanks. Maven is not including CVS files in case of JAR builds, but in WAR it is packaging the CVS files as well. But is there any regular expression kind of terminology to exclude them, or I will have to specify one by one. Regards, Hemant Malik On Dec 19, 2007 2:11 PM, Emmanuel Venisse

Re: Getting CVS folder in the builds

2007-12-19 Thread Emmanuel Venisse
Do you use the latest war plugin? It should exclude CVS directories. If it doesn't, file an issue on the war plugin project in Jira. The regular expression to use to exclude CVS directories is **/CVS Emmanuel Thanks. Maven is not including CVS files in case of JAR builds, but in WAR it is

Getting CVS folder in the builds

2007-12-18 Thread Hemant Malik
Hi, I noticed the CVS folder in the builds that I am using continuum and maven to build. Could someone please guide on how to exclude the CVS files being packaged along with the jars. Regards, Hemant Malik