Yes I did try using this configuration and it does not seem to work. Which version of the maven-compiler-plugin has this functionality? I am the 2.0 version of the maven compiler plugin and it does not seem to use this functionality. Please do let me know.
Thanks, Ravi -----Original Message----- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 4:32 PM To: Maven Users List Subject: Re: Excluding a test source file Have you looked at the plugin documentation [1]? <testExcludes/> seems to be what you want. -Tim [1] http://maven.apache.org/plugins/maven-compiler-plugin/testCompile-mojo.h tml Balasubramanian, Ravi Shankar schrieb: > Hi all, > > I am working with maven 2.0.4 and my requirement is as follows: > > I have all my test source files in the same directory and all my maven > projects' <testSourceDirectory> points to this directory where all the > source files are available. For a particular maven project, I want to be > excluding a specific source file which would not compile properly under > that project's settings. How do I get this done in maven 2.0.4? > > Which plugin should I be configuring ? > > > > Thanks for any help, > > Ravi. > > "Tough times never last, but tough men do..." > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
