Hi,

I notice that the default behavior of the war and ejb plugins (CVS HEAD) is
to include 
${maven.ejb.src} and ${maven.war.src} in the resulting .war/.jar. How do I
exclude my source files from the resulting .war/.jar's? I've tried using 

<resources>
  ..
  <excludes>
    <exclude>*.java</exclude>
  </excludes>
</resources>

in project.xml but to no avail...

Thanks!

Matt

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

Reply via email to