Hello Wendy, > I haven't seen it used, and I don't think Maven does anything with it > by default right now. Oh, that's means that the directories just are recommended by Maven, but Maven does nothing for it as default. Then I have to deal with the directories by manual. What's a better way to add the directories(and files under them) to archive files? I'm using maven-antrun-plugin now. But I don't think it's the best way.
> Use it if it makes sense for your build, perhaps in combination with a > custom plugin. I'll consider the solution. a cup of Java, cheers! Sha Jiang Wendy Smoak-3 wrote: > > On 11/9/06, jiangshachina <[EMAIL PROTECTED]> wrote: > >> I may have known the goal of src/main/assembly(assembly descriptor files >> used by maven-assembly-plugin). >> Now I want to ask what files should be put at src/main/conf? >> It seems that the folder would include configuration files, but which >> configuration files? > ... >> Now, how do Maven to deal with src/main/conf? >> Maven would copy the files under the directory to somewhere? ... >> I find nothing is interesting :( > > I haven't seen it used, and I don't think Maven does anything with it > by default right now. > > Use it if it makes sense for your build, perhaps in combination with a > custom plugin. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Puzzles-on-Standard-Directory-Structure--tf2519880s177.html#a7310071 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
