Hi, I'm using the webdoclet within maven to generate the web.xml file. As pointed out in the docs I specified a preGoal target for java:compile to process the xdoclet:webdoclet task before. The generation of the web.xml file works just fine. However, if I run "maven clean war" the resulting war file does not contain the web.xml file. It appears to me that the web.xml file is written to the file system when the jvm completes the maven run. Is there a way around this problem? I couldn't find a fork property for the webdoclet task.
Thx in advance for any pointers. Dominik ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
