Re: Parent pom and site (was Re: svn commit: r731428)
"Henri Yandell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jan 4, 2009 at 7:50 PM, Rahul Akolkar <[email protected]> wrote: > On Sun, Jan 4, 2009 at 10:39 PM, <[email protected]> wrote: >> Author: bayard >> Date: Sun Jan 4 19:39:53 2009 >> New Revision: 731428 >> >> URL: http://svn.apache.org/viewvc?rev=731428&view=rev >> Log: >> Making the pom a child of the taglibs-parent. Wondering if there's any reason for keeping the site separate. >> > <snip/> > > Yup, we want the pom to stand by itself. That way its easier to release. I kind of went with that. The site.xml is there with the pom (no arguments expected). However, I also have the index.html with the parent pom and the rest of the site is in a site/ subdirectory that is a sibling to the other components. Having pootled on a bit further though with the fun that is Maven2 site plugin url trickery, I suspect I could put it back in the site and move all the rest down into a site directory. Hen