On 6/25/07, Tim Kettler <[EMAIL PROTECTED]> wrote:
Hi,
you can configure the compiler plugin [1] to in-/exclude files during
compilation.
-Tim
[1] http://maven.apache.org/plugins/maven-compiler-plugin/
I tried the following :
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/examples1/*</exclude>
<exclude>**/examples2/*</exclude>
</excludes>
</configuration>
</plugin>
But that isnt working.
--
"Don't take the name of root in vain."
Jeff Mutonho
Cape Town
South Africa
GoogleTalk : ejbengine
Skype : ejbengine
Registered Linux user number 366042
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]