Re: Need assistance: To add java sources in a WAR file.

2005-12-06 Thread Allan Ramirez
Hi there, I dont think you can do that with war plugin. But you can use assembly plugin to create a source distribution and a binary distribution for your project Please refer to these sites for more info http://maven.apache.org/guides/mini/guide-assemblies.html http://maven.apache.org/plugin

Need assistance: To add java sources in a WAR file.

2005-12-06 Thread Venkat Muthusamy
Hi, I like to know how to include java source files in a maven build war file. I am building a sample WAR application. I like to distribute the WAR file along with source files. If I use 'warSourceDirectory' option in web.xml then it is not copying my web.xml to the target from webapp direct