Hi I've finished a first draft at a set of Maven POMs for Pivot, and attached them to new issue https://issues.apache.org/jira/browse/PIVOT-333.
I found the discussion from earlier this year on Maven, and realize you might end up not using these. However, they are useful to me as I've gradually moved more of my development over to Maven, so I thought I would share them. The files I attached work at least for an install (to local Maven repository) mvn clean install and will generate complete documentation, including JavaDoc, PMD/FindBugs/Coverage, and other reports if you run the site mojo mvn site (docs end up in target/site). I haven't tried running a deploy yet. There are some issues in particular around naming the JARs for the WTK and Web sub-modules as these each produce multiple JARs, so need to use a classifier or other indicator of the distinction. There is some duplication across the POMs, though I tried my best to avoid it; I'm sort of an intermediate-level Maven at this point, so tips would be welcome. The demos WAR is not included at this point. You should be able to open the top-level POM from Eclipse, IntelliJ or NetBeans and have everything (paths, etc.) set up correctly. Regards Patrick
