Add Maven replacer plugin to insert project version into generated JavaDocs

Issue #27 resolved
Vladimir Dzhuvinov created an issue

This function was part of the old ant build.xml and needs to be reproduced in Maven.

E.g.:

@version $version$ -> @version 1.10.1

Comments (3)

  1. Justin Richer

    I have a feeling there's a way to do this without the maven replacer (which can be finicky), so I'll dig into it.

  2. Vladimir Dzhuvinov reporter

    Thanks. I went through the entire maven-javadoc-plugin documentation and it certainly cannot be done through it (although it would be nice to). So the replacer was the next thing I could think of.

  3. Log in to comment