> -----Original Message----- > From: Christopher Lenz [mailto:[EMAIL PROTECTED] > Sent: 20 September 2003 22:21 > To: Cactus Developers List > Subject: Re: [Q] New structure for cactus documentations? >
[snip] > > What do you think? > > Sounds good. However, where would we put things like the skin (css, > images, etc)? > Good point Chris! We have several options: 1/ put it in the master project and make it an artifact of that project. Subprojects will depend on it 2/ Create a build project containing custom stuff needed by our build. For example build-common.xml, any custom Ant task, skins, etc could go in there 3/ Duplicate it... arg! I'm hesitating between 1/ and 2/. I think 2/ is cleaner. In maven terms it means we would have custom Maven plugins for complex stuff which is probably the best way. So I would tend to prefer 2/. -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
