You're welcome to help, especially since we don't know much about Maven. It's not only FOP that has to be deployed to the Maven repository but also XML Graphics Commons which FOP depends on. For that, I've already started some work on its build.xml [1] so that we can generate an upload bundle as described in [2]. I've also started a POM [3] for it. If that looks good to you, the same pattern could be applied to FOP, too.
I didn't finish all that since I didn't have much time and don't work with Maven so my motivation was a little small. So please see what you can use and send us a patch for the rest. At one point I got confused: There was [2] which looks pretty straight-forward, but then I found [4] which I really can't make head or tail of especially in relation to [2]. If you can clear that up, that would probably help us. I mean if you can help us do this right, maybe we can do the whole thing ourselves next time. Thanks, Jason! [1] http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/build.xml [2] http://maven.apache.org/guides/mini/guide-ibiblio-upload.html [3] http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/xmlgraphics-commons-pom-template.pom [4] http://www.apache.org/dev/repository-faq.html On 21.01.2007 17:24:39 Jason Johnston wrote: > Hello FOP devs-- > > Over at the Cocoon project we've got a "fop-ng" module that uses the new > FOP 0.9x series to serialize XSL-FO to various output formats. However, > since our switch to using Maven2 as build system, this module has had to > be excluded from the build due to the fact that FOP 0.9x artifacts do > not appear in any public Maven repository (that we can find). > > I see that there was a recent mention[1] about publishing 0.93 to the > central Maven repository. Has there been any action on that? I am > willing to do the legwork to put together a POM and submit the bundle to > the maven upload queue, but I don't want to step on any toes. > > Thanks > --Jason > > > [1] http://marc.theaimsgroup.com/?l=fop-dev&m=116841113615715&w=2 Jeremias Maerki