trygvis / unix-maven-plugin

My local copy of the unix-maven-plugin from the Codehaus Mojo project
MIT License
12 stars 24 forks source link

Use Docbkx Maven Plugin to build handbook #7

Closed knutsiem closed 11 years ago

knutsiem commented 12 years ago

Here is a suggestion for simplifying handbook building using Docbkx Maven Plugin instead of manually applying DocBook XSLs with Ant. To the best of my knowledge, the documents produced remain unchanged.

A few related observations:

trygvis commented 11 years ago

Hm, it looks good and the PDF seems to look the same but I am wondering what is the real upside with the change?

knutsiem commented 11 years ago

It's just a matter of preferring a working Maven plugin over delegating to a very "manual" Ant build. I can understand that this does not seem to bring a lot of immediate value, but as I said when I opened the request: I see this as a build simplification, and I mean that in an objective sense. If you disagree I would love to hear why. Naturally, it's your call entirely.