Description
I'm attaching some Maven POM files for Pivot (all subprojects). I wanted these to be able to work more easily with other projects that depend on Pivot. I realize these may never be picked up by the project team, as there was already some discussion about this months back. Still, it's been helpful to me.
You can build the whole project from the top level, or build any individual sub-project. Dependencies between modules are handled correctly, as long as you have installed the upstream JAR before (or run an install from the top level).
It works, though there are some kinks to work out. Known issues:
- when generating the site (website) documentation, the site plugin links to submodules are broken, although each submodule website is correctly built
- the generated JAR file names are not the same as the current Pivot release for the wtk and web projects, where more than one JAR file is generated; the fix is probably to work with the assembly plugin, but am not sure.
- missing generation of the demo and tutorials WAR files, and the accompanying signed JAR files