Skip to content

bsorrentino/maven-confluence-plugin

Repository files navigation

      Join the chat at https://gitter.im/bsorrentino/maven-confluence-plugin

What is

It is a Maven plugin that generates project's documentation directly to confluence allowing, in the same time, to keep in-sync project evolution with its documentation.

Originally hosted to google code from release 4.0.0 has been moved to github

Documentation

The standard maven documentation is here

Format

Processor

Examples

For practical samples refer to folder/module test-publishing

News

Date Release Info
Feb 29, 2024 Release 8.0-beta1 move implementation on java 11 #296
Oct 12, 2023 Release 7.13 fix some links between markdown files point to non-existing pages #294. fix curly braces in table recognized as macro #295.
Jun 23, 2023 Release 7.12 Merged PR #288 that fix #287 "Maven report generation breaks, if a new page was added with new attachments and references to it". Thanks to williamschey for contribution.
Mar 23, 2023 Release 7.11 Support of Confluence Excerpt macro. Refer to #285
Mar 4, 2023 Release 7.10 Allow to skip html tags in markdown processing. Refer to #284
Jan 4, 2023 Release 7.9 Fix problem Problem parsing % character from markdown to wiki. Refer to #282
Dec 9, 2022 Release 7.8 Merged PR #281 that fix #280 "allows specifying additional HTTP headers in the servers section of settings.xml". Thanks to DirkMahler for contribution.
Jul 3, 2022 Release 7.7 Merged PR #266 "Adding JSON Support". Thanks to jksevend for contribution.
Jun 3, 2022 Release 7.6 Merged PR #267 "added function to define jira instance baseurl", that fix issue #136. Thanks to tspindler for contribution.
Apr 1, 2022 Release 7.5 Fix empty table cell not handled properly. Refer to [#264](https://github.com/bsorrentino/maven-confluence-plugin/issues/
Jan 10, 2022 Release 7.4 Fix problem with encoding. Refer to #261.