Hi Patrick, The missing elements you refer to were removed because they apply to builds, and we don't use Maven as a build tool. However, there is a task to deploy the resulting build to a local Maven repository. The remaining tags in the POM file are sufficient for that task, as well as deploying to the central Maven repository. Greg
On Dec 21, 2009, at 2:58 AM, Patrick Wright wrote: > 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
