On Fri, 2008-03-14 at 17:12 -0600, Andrew Robinson wrote: > I can't seem to get http://myfaces.apache.org/team-list.html to > update. I used continuum to re-build the master project, then build > the site project, but the site project is not picking up any of the > changes to the master POM file (the developers in this case). I > checked the continuum working directory and see that the file there is > wrong in the target directory, so it is not a deployment problem. What > am I missing?
The site is generated by the myfaces "site" module. But the pom for that was pointing at an old version of the myfaces-master-pom, so wasn't seeing changes to stuff in the master pom (eg developers lists). I've updated the site module's pom, and kicked off a continuum build of the site. Regards, Simon
