> However, I'd like to include some extra external files in my sources.jar > file but am not quite sure how to do this (for reference purposes). From > what I can tell the source-plugin gets it resource list from the build > resources. However, I don't want to put the resources directly in the build > information, or they will make their way into my war and try to be compiled.
Perhaps put them in src/site somewhere? Or under src/test/java? You don't really tell us enough about what the resources are to say for sure. Its also possible that there is no "good" place, so you just put them in src/main/java/examples and then specify that directory to be excluded from usual compiling etc. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
