Jan Verstuyft wrote:
> Thanks for the quick response.
> 
> I've tried the following:
> 
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-war-plugin</artifactId>
>         <version>2.0</version>
>         <configuration>
>                       <excludes>
> 
> <exclude>**/com/ideal/**/*.java</exclude>
>                       </excludes>
>                       <webResources>...</webResources>
>          </configuration>
>        </plugin>
>     </plugins>
> 
> And some other exclude masks like **/com/ideal/**, or **/com/ideal/*
> but it seems that they still are compiled.
> What is the mask I need to use?

Well, I told you. Have a look yourself at target/classes and search for any 
*.java file ... ;-)

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to