> ... The > maven build generates now a single jar with all the dependencies > included (considered bad practice in maven circles, btw) equivalent to > the one generated by Ant.
First of all: It's really great that this library is now available on maven central! Thanks for the work. Is there some chance to get a clean jar on MC without the inclusion of binaries that are not contained inside the sources? The reason I'm asking is that ODS rendering would fit very well into my "inclusion" macro project, however I already have the same dependencies in place, so I cannot safely use a jar containing common classes as they would be double-defined (and potentially with different versions).
