My war file is being created with the source files (i.e java files)
in it.I have defined the following in my pom to exclude *.java files ,
but  doesn't seem to be working
resources>
                        <resource>
                                <directory>JavaSource</directory>
                                <excludes>
                                        <exclude>za/**/*.java</exclude>
                                </excludes>
                                <includes>
                                        <include>*.properties</include>
                                </includes>
                        </resource>
                </resources>


The java source files are located in "JavaSource/za/mycompany/portal ....."


Jeff  Mutonho

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

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

Reply via email to