Hi Lukas,
> That's a great idea! Do you know what has to be done to register a
> Maven plugin at Maven Central? I guess it has to be declared a bit
> differently in the pom.xml?
I don't know how to get artifacts on Maven Central, but you probably
do:)
A plugin is just a maven artifact with "packaging" set to "maven-
plugin" in the pom. The actual plugin code is in a class ("mojo") that
extends AbstractMojo. The artifact also contains a plugin descriptor
file (plugin.xml), but that is normally generated automatically based
on the annotations in the mojo.
It's quite simple actually, check out
http://www.sonatype.com/books/mvnref-book/reference/writing-plugins.html
for more info.
> > One small thing: on
> > Firefox on linux on the first text block ("SQL was never meant ..")
> > the bottom border strikes through the last line of text...
>
> Hmm, I can't check up on that. Can you provide me with a screenshot?
http://oele.net/Screenshot.png