Hi Sander,

> I don't know how to get artifacts on Maven Central, but you probably
> do:)

That part, I can do easily now :)

> 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.

Very nice. Those Sonatype guys are doing a great job. I'll try to make
your plugin work some time later today. Then, maybe it can be part of
jOOQ 1.6.7

>> > 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

Whoops, true. I forgot to default the Georgia font (Windows/Mac only)
to Times New Roman. So that's fixed now, I hope.

Reply via email to