I added a 'publish' project which has a POM that deals exclusively with the assembly stuff. Eventually it will also publish the nightly builds to the website and publish the website as well.
I added javadoc for all subprojects (its in the top level POM.) We want it for every subproject except the examples. Is there a way to exclude this for just examples? Also, if we remove the parent reference in a project like tomahawk, can we still inherit from the parent when the tomahawk POM is called from the parent POM? Proposal: We eliminate the refs to the parent POM. I don't see a reason to have them really. I think users should be able to build each of the subprojects independently. Maybe we could also get rid of the reports from each individual project POM since site generation is only really necessary for the entire project. What do you think? Sean
