is not current version
Last Version 6.3.3

nz.co.senanque:maduradocs 6.0.9

MaduraDocs generates a PDF file from an XML source file. It is a maven plugin, so it can be added to a maven project and the PDF will be generated as part of the build. The advantages of generating documents this way are: ��� You can store the source document in your source repository and control its versioning in the same way you do it for source code, including comparing versions etc. This is not really possible for formats like Word and OpenOffice. ��� Because they are just XML documents in a source control system they can be edited by multiple people at the same time, which often happens when a document needs to be reviewed by several people, and the changes merged efficiently. ��� Changes to the document can be tracked by source control, including commit comments, and these an be automatically built into the document history which is tedious to manage otherwise. ��� Injecting things like the build number or version number into the document, changing company name etc, is easy to do because they are injected as parameters. It looks a bit like DocBook, but it is different enough. You would probably not use both this and DocBook though, you would pick just one of them.

GroupId

GroupId

nz.co.senanque
ArtifactId

ArtifactId

maduradocs
Version

Version

6.0.9
Type

Type

maven-plugin

Download maduradocs 6.0.9


<plugin>
    <groupId>nz.co.senanque</groupId>
    <artifactId>maduradocs</artifactId>
    <version>6.0.9</version>
</plugin>