Hi Michael I submitted the original version of the POM files. I haven't had time to follow up on the progress, though I noted in one of the (issue tracker?) mailing lists that they had been checked in.
What code are you working against? On trunk I'm getting a clean Maven build but with no sources compiled, unfortunately. The current POMs in trunk seem wrong--a lot was chopped out of them. For example, in core, the source directory is src, not (as Maven defaults) src/main/java, so that must be explicitly stated using the build/sourceDirectory element. And the compiler needs to be configured for at least Java 5 if not Java 6 (not sure of the minimum required for Pivot), because the default is 1.4; I had done this via the compiler plugin in the top-level POM. Are you working on a branch? I can't see how the POMs in trunk could work. Regards Patrick
