Re: Preventing some tests from compiling

2005-12-05 Thread Nik Gonzalez
Hi Benedict, plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration testExcludes testExclude

Re: Preventing some tests from compiling

2005-12-05 Thread Benedict Heal
Brilliant. Thanks so much. Should I have been able to find this in any documentation? Benedict Nik Gonzalez wrote: Hi Benedict, plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId

Preventing some tests from compiling

2005-12-03 Thread Benedict Heal
How do I prevent some of my tests from compiling? (there's a temporary problem with a .jar). Restricting the compiler seems to affect only the application source: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId