maven-confluence-plugin

Maven plugin that generates project's documentation directly to confluence allowing to keep in-sync project evolution with its documentation

APACHE-2.0 License

Stars
69
Committers
23

Bot releases are hidden (Show)

maven-confluence-plugin - 8.0-beta1 Latest Release

Published by bsorrentino 8 months ago

v8.0-beta1

Generic changes

fix: update github action for deploy site

deb52334990eff4 bsorrentino 2024-02-29 16:52:33

refactor: move generateGoalsPages method in AbstractPluginConfluenceDocGenerator

d1a9a91979a070c bsorrentino 2024-02-29 16:51:31

refactor: add new module

ef1a7bba76c0e81 bsorrentino 2024-02-15 18:58:29

refactor: update import

e4cc2fda67e8472 bsorrentino 2024-02-15 18:58:16

refactor: move package

  • move renderer, sink package from mojo to plugin-report module

6040da26f290832 bsorrentino 2024-02-15 18:57:42

refactor(core): update module url

d8e8430bd9941e5 bsorrentino 2024-02-15 18:16:18

refactor: rename module

  • from plugin-reporting to mojo

26cb771d7677dd5 bsorrentino 2024-02-15 18:15:57

refactor: isolate xmlrpc-client, commons-httpclient deps in xmlrpc module

a15cc05c180b42c bsorrentino 2023-10-17 08:11:10

feat: replace FormBody with a BodyPublisher

  • #296

bbf698047c72ea9 bsorrentino 2023-10-17 08:05:50

build: update action to work on java11

  • #296

1ebd081d36d1070 bsorrentino 2023-10-16 15:58:05

Merge branch 'feature/move_to_java11_#296' into develop

6eb2b8af4bb9727 bsorrentino 2023-10-16 15:55:43

refactor: complete replacing OkHttp with built-ih Http Client

  • resolve #296

20a8d9fede25454 bsorrentino 2023-10-16 15:55:19

refactor: continue replacing OkHttp with built-ih Http Client

  • working on #296

6347e579e1b0a2f bsorrentino 2023-10-15 21:36:27

refactor: start replacing OkHttp with built-ih Http Client

  • working on #296

13f5b5fc0005342 bsorrentino 2023-10-15 17:44:30

docs: update javadoc

f425bdc7b31b22b bsorrentino 2023-10-13 16:02:07

build: move to java11

  • update compiler target
  • remove lombok usage
  • working on #296

e37a86bfcff6ab8 bsorrentino 2023-10-13 15:47:38

maven-confluence-plugin - 7.13

Published by bsorrentino about 1 year ago

changes

feat: enhance escapeMarkdownText method

  • enable fine grained escaping on markdown text
  • resolve #295

1157223261d86b6 bsorrentino 2023-10-12 17:17:40

fix: enable escaping on TableCell

  • working on #295

ee97f605962a828 bsorrentino 2023-10-12 17:16:46

test: add unit test

  • working on #295

a65b74a001e9bb5 bsorrentino 2023-10-12 17:16:07

fix: check prefix before apply

  • check link prefix before apply it
  • resolve #294

c8d619ed504b8f7 bsorrentino 2023-10-11 14:56:15

test: add test data

  • prepare for reproduce issue
  • working #294

c6550ce83a6b3d7 bsorrentino 2023-10-11 14:55:23

refactor: remove lombok usage

5786d8cff33c956 bsorrentino 2023-10-11 08:02:47

build: move to maven 3.6.0 compatibility

14ccb9769202ef8 bsorrentino 2023-10-11 07:56:27

maven-confluence-plugin - 7.12

Published by bsorrentino over 1 year ago

Generic changes

Merge branch 'feature/pr288' into develop

c4b960e134429a2 bsorrentino 2023-06-23 18:15:11

refactor(SiteProcessor.java): Optional usage refinement

  • use Optional.OfNullable() instead Optional.of()

220426a4c952a9f bsorrentino 2023-06-23 18:14:03

Merge branch 'williamschey-master' into feature/pr288

83e977cc998064b bsorrentino 2023-06-23 18:07:45

#287: Changed to use Optional.ofNullable to deal with nulls

5997ce7ddffd33a William Schey 2023-06-23 08:06:10

#287: Fix for NPE that is throw when trying to link internally to project

622ae475a55a570 William Schey 2023-06-23 06:32:50

maven-confluence-plugin - 7.11

Published by bsorrentino over 1 year ago

v7.11

Generic changes

docs(README.md): update

e2bf2642b267fc3 Build Pipeline 2023-03-23 09:01:53

fix: finalize implementation

  • implement 'processConfluenceMacro' method in CommonmarkConfluenceWikiVisitor invoked on visit( HtmlBlock )
  • #285

d5703c3836874e0 Build Pipeline 2023-03-21 11:57:53

test: improve test cases

  • #285

7e4ddefd59e0f80 Build Pipeline 2023-03-21 11:56:11

feat: enable nested markdown processing

  • #285

0ff0fe8d7c75840 Build Pipeline 2023-03-20 18:47:45

test: refactor test

  • #285

04f6530c2e56715 Build Pipeline 2023-03-20 18:47:02

test(issue285.md): update publish test

  • #285

d657e4447e7542f Build Pipeline 2023-03-20 14:55:33

fix(CommonmarkConfluenceWikiVisitor.java): update regex

  • update regex for detecting html comment to handle multiline content
  • #285

b3d6a756bc2089c bsorrentino 2023-03-20 09:40:02

test: test parse multiline html comment

  • test multiline html comment for identify confluence macro + test publishing
  • #285

17ba7f4988e367a bsorrentino 2023-03-20 09:38:07

test(Issue285Test.kt): test parse multiline html comment

282538730cf0e33 bsorrentino 2023-03-19 18:58:45

refactor: remove the Optionals as arguments

b755fdf659e7044 bsorrentino 2023-03-04 11:26:09

maven-confluence-plugin - 7.10

Published by bsorrentino over 1 year ago

v7.10

Generic changes

docs(ConfluenceDeployMojo): update javadoc of MarkdownProcessorInfo parameter

  • #284

e4f6afdc05f1a70 Build Pipeline 2023-03-01 14:07:49

feat: add support for paramenter in configuration

  • #284

39392f4a0e4b1fe Build Pipeline 2023-03-01 12:32:25

refactor(test-plugin/pom.xml): fix typo

332658cd0e8a6a8 Build Pipeline 2023-03-01 11:08:55

test: verify issue

  • #284

05f7dfcf6891e9b Build Pipeline 2023-03-01 11:06:34

maven-confluence-plugin - 7.9

Published by bsorrentino almost 2 years ago

test: markdown file to test the fix

  • issue #282

3d0af7544be5538 Build Pipeline 2022-12-28 15:56:20

fix(CommonmarkConfluenceWikiVisitor): avoid implicit use of String.format() in pre() and post() mothods of ChildrenProcessor class

  • issue #282

6c6a3b678221f79 Build Pipeline 2022-12-28 15:55:28

build(pom.xml): upgrade commonmark version

  • upgrade commonmark version to 0.21.0
  • issue #282

cb26a690c77dcac Build Pipeline 2022-12-28 15:51:32

test(commonmark): add test to verify issue 282

  • issue #282

26b2025ca03eaef Build Pipeline 2022-12-27 17:22:04

docs(changelog): update changelog

10013a4db1c87f5 Build Pipeline 2022-12-09 12:07:00

maven-confluence-plugin - 7.8

Published by bsorrentino almost 2 years ago

v7.8

Generic changes

build: update version to next release

548da3f0e09bd90 Build Pipeline 2022-12-09 12:04:38

docs: update documentation

b2c477701450e30 Build Pipeline 2022-12-09 12:02:52

docs(changelog): update changelog

74c2b9f99b3e27d Build Pipeline 2022-12-09 11:38:59

refactor(ConfluenceService.Credentials): overload constructor to call the main one

  • pr #281

88842c23c756fe7 Build Pipeline 2022-12-09 09:04:22

test: update credentials invocation

  • PR #281

1cbdf716cd71094 Build Pipeline 2022-12-07 17:58:38

refactor(ConflienceService): overload credentials constructor

  • PR #281

615eed43fc9f4e7 Build Pipeline 2022-12-07 17:57:49

#280 fixed indent

6bdcdcb7843de54 Dirk Mahler 2022-12-06 11:02:34

#280 Allow token based authentication using customer HTTP headers (e.g. Bearer scheme)

f87a94402062b71 Dirk Mahler 2022-12-06 10:49:26

Merge tag 'v7.7.1' into develop

  • new minor version

225a47cd72b1a9d bsorrentino 2022-11-16 19:43:00

fix: update jackson.version

7793bfd5a591b0a bsorrentino 2022-11-16 19:41:12

Merge remote-tracking branch 'origin/dependabot/maven/core/com.fasterxml.jackson.core-jackson-databind-2.12.7.1' into bugfix/pr279

b5ee8537b0bcafe bsorrentino 2022-11-16 19:10:17

build(deps): bump jackson-databind from 2.12.7 to 2.12.7.1 in /core

faacebdbfa0e682 dependabot[bot] 2022-11-16 03:17:00

docs: update changelog

a0b7d62758f5c64 bsorrentino 2022-07-03 09:38:32

maven-confluence-plugin - 7.7

Published by bsorrentino over 2 years ago

Maven Confluence Plugin - Changelog

v7.7

Generic changes

build: move to next release

e592d4b897f1557 bsorrentino 2022-07-03 09:36:32

docs: update docs

9663dc4f774d0eb bsorrentino 2022-07-03 09:33:37

docs: update docs

c3880713797ccb8 bsorrentino 2022-07-03 09:30:00

Merge branch 'feature/pr266' into develop

4e0d10e1b60035c bsorrentino 2022-07-03 09:26:32

docs: update documentation

  • #266

ee07c6456cc2a7a bsorrentino 2022-07-03 09:26:04

Merge branch 'jksevend-master' into feature/pr266

c667787c446b76a bsorrentino 2022-07-03 08:27:24

Merge branch 'master' of https://github.com/jksevend/maven-confluence-plugin into jksevend-master

8cbfd066cee4142 bsorrentino 2022-07-03 08:26:07

refactor: log verbosity refinement

13d514b15b621f9 bsorrentino 2022-07-03 08:24:58

Merge remote-tracking branch 'origin/dependabot/maven/deprecated/test-integration/src/test/resources/simple-plugin-project/org.codehaus.plexus-plexus-utils-3.0.16' into feature/pr266

f58757339616dde bsorrentino 2022-07-03 08:20:56

Merge remote-tracking branch 'origin/dependabot/maven/deprecated/test-integration/src/test/resources/plugin-project-goals-in-subpage/org.codehaus.plexus-plexus-utils-3.0.16' into feature/pr266

d3440a2b3293ddc bsorrentino 2022-07-03 08:20:18

Merge remote-tracking branch 'origin/dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.16' into feature/pr266

5e277506efa7059 bsorrentino 2022-07-03 08:19:43

Merge remote-tracking branch 'origin/dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-1.6.0' into feature/pr266

613d112a7675252 bsorrentino 2022-07-03 08:18:58

build: move to next developer version

bd53b67a472273e bsorrentino 2022-07-03 08:18:53

Bump plexus-utils

bd2984fc34e2937 dependabot[bot] 2022-07-01 22:19:12

Bump plexus-utils

32f038b80bf006c dependabot[bot] 2022-07-01 22:19:01

Bump plexus-utils from 3.0.8 to 3.0.16

c5bc6af344fd891 dependabot[bot] 2022-07-01 22:17:33

Bump kotlin-stdlib from 1.5.20 to 1.6.0

f4407d6363f4172 dependabot[bot] 2022-06-20 22:47:41

docs: update changelog

e47e6c58cc4b02c bsorrentino 2022-06-03 15:32:11

maven-confluence-plugin - 7.6

Published by bsorrentino over 2 years ago

v7.6

Generic changes

Merge branch 'release/7.6'

bb7dc9275a7a027 bsorrentino 2022-06-03 15:30:02

docs: update readme

98d2acadcba21c1 bsorrentino 2022-06-03 15:29:26

docs: update changelog

c94c833d427774b bsorrentino 2022-06-03 15:29:09

build: set version to next release

f6d7c5895144f96 bsorrentino 2022-06-03 15:25:39

Merge branch 'feature/pr267' into develop

a9413fb9d78e4be bsorrentino 2022-06-03 13:21:44

Merge branch 'feature/multipleJiraInstances' of https://github.com/tspindler/maven-confluence-plugin into feature/pr267

dfbbd1c66d45fba bsorrentino 2022-06-03 13:20:46

Merge branch 'feature/pr265' into develop

f87fe0a07c9ffaa bsorrentino 2022-06-03 13:15:39

fix(core): upgrade jackson from 2.12.0 to version 2.12.7 to fix security issue

  • fix PR #265

87210cc8ad24d50 bsorrentino 2022-06-03 13:15:21

Merge remote-tracking branch 'origin/dependabot/maven/core/com.fasterxml.jackson.core-jackson-databind-2.12.6.1' into feature/pr265

562a79aaf2963da bsorrentino 2022-06-03 13:05:20

build: move to next development version

2977d45b00956b7 bsorrentino 2022-06-03 13:03:34

added function to define jira instance baseurl bsorrentino#136

ecea4d2b9767cc5 tspindler 2022-06-01 12:13:07

Bump jackson-databind from 2.12.0 to 2.12.6.1 in /core

7df5e821ee91132 dependabot[bot] 2022-04-01 11:06:28

maven-confluence-plugin - 7.5

Published by bsorrentino over 2 years ago

v7.5

Generic changes

upgrade it-changelog-maven-plugin version to 1.89

cf465163396227d bsorrentino 2022-04-01 11:00:01

actions: enable 'on release' trigger

29df83d3451100e bsorrentino 2022-04-01 10:44:18

javadoc plugin: change from to

24aae5125d5475e bsorrentino 2022-04-01 10:42:04

call save() after file creation at first DeployStateManager load invocation

c1e3f0583f0c7ac bsorrentino 2022-03-30 21:11:13

upgrade kotlin version to 1.5.20

40aa9dfecaca64b bsorrentino 2022-03-30 21:08:40

fix import for unit test

d960a7ae58811db bsorrentino 2022-03-30 21:07:55

update pom for better support of multi jdk compilation

5464e7a3fea6a32 bsorrentino 2022-03-30 21:07:29

upgrade commonmark version to 0.18.2

  • update pom for better support of multi jdk compilation

5d87db4c85f7ac8 bsorrentino 2022-03-30 21:06:16

update pom for better support of multi jdk compilation

fe8ad5515948722 bsorrentino 2022-03-30 21:05:38

update pom for better support of multi jdk compilation

2cfe9251703e49f bsorrentino 2022-03-30 21:05:24

fix: when the tableCell value is empty a space is added. #264

5742b0627a942b1 bsorrentino 2022-03-30 21:03:38

add unit test #264

6c812f953895871 bsorrentino 2022-03-29 15:33:15

update test

4045e23249cf3db bsorrentino 2022-03-29 15:32:47

update docker compose

8c829b85b5da7f9 bsorrentino 2022-03-11 14:39:55

update docker compose

1cd8018ddbee3b2 bsorrentino 2022-03-10 17:24:40

update docker stuff

aa24af1b9cd87c4 bsorrentino 2022-03-10 14:07:05

test scm plugin configuration

  • #263

60effa6b4b6746a bsorrentino 2022-03-08 22:53:38

prepare plugin test

f9964afe169129f bsorrentino 2022-03-08 22:38:50

refactor docker stuff

9a323a0a2b144fe bsorrentino 2022-03-08 22:38:28

update(test)

  • refine test for confluence cloud

7209e63e2d55c7e bsorrentino 2022-01-17 17:38:46

update(test)

  • add test for confluence cloud

8f4b69f3d90a829 bsorrentino 2022-01-17 16:32:50

update(docker)

  • add confluence server 7.15

526766d3e46783e bsorrentino 2022-01-17 16:32:31

update(test)

  • add emphasis.wiki test

c59098cdd5a85eb bsorrentino 2022-01-17 13:59:35

update(doc)

5d4880428a7da08 bsorrentino 2022-01-16 16:38:15

update(action):

  • update deploy-pages action to include javadoc

fe6cdfd92e0558a bsorrentino 2022-01-16 16:19:38

update(pom):

  • update javadoc plugin version
  • generate javadoc for core module on install phase

2331544aa1bfe1c bsorrentino 2022-01-16 15:37:23

update(layout)

  • add deprecated folder

910c4d5be43da85 bsorrentino 2022-01-16 12:23:48

update(doc)

7736b4dd2a5b90a bsorrentino 2022-01-15 17:09:59

test(childrenTitlesPrefixed)

8b0c57a5dfb44c5 bsorrentino 2022-01-15 16:36:34

maven-confluence-plugin - 7.4

Published by bsorrentino almost 3 years ago

v7.4

Generic changes

Merge branch 'release/7.4'

35891a666918dc9 Build Pipeline 2022-01-10 14:43:38

move to next release

83f8aea3aa353ef Build Pipeline 2022-01-10 14:41:36

update changelog plugin version

814f3e14abd50b0 Build Pipeline 2022-01-10 14:39:52

Merge branch 'bugfix/issue261' into develop

46430538b21c801 Build Pipeline 2022-01-10 14:36:30

issue #261

  • update the 'minitemplator' dep to last release

ab3912ed9825ddc Build Pipeline 2022-01-10 14:32:44

update(actions)

  • move to http to https

2157bae87bc8528 Build Pipeline 2022-01-10 14:29:04

issue #261

  • update the 'minitemplator' dep to last development release

3646d7df8b1df8a Build Pipeline 2022-01-07 14:19:18

clean(code)

3855da9a3c4cb20 bsorrentino 2021-10-13 15:14:29

clean(code): update publish test

d7b237b68c84e72 bsorrentino 2021-10-13 15:04:05

clean(code): update publish test

5dcebfb443a5d1b bsorrentino 2021-10-13 15:03:40

test(issue): add test for issue #261

85a4206c0b3d9ff bsorrentino 2021-10-13 14:16:36

task(build)

  • upgrade git-changelog-maven-plugin version -> 1.78

4c7bcc47ec7dbfd bsorrentino 2021-10-12 10:53:14

maven-confluence-plugin - 7.3.2

Published by bsorrentino about 3 years ago

fix bug on solution provided in #256 - this solve also the PR #257

8fcdd5a758a0102 bsorrentino 2021-08-09 08:58:35

  • #256 Too low default value for ReadTimeout and WriteTimeout for XmlRpcClient under verification
  • #257 convert seconds to milliseconds when configure XmlRpcClientConfigImpl
maven-confluence-plugin - 7.3.1

Published by bsorrentino about 3 years ago

#256 Too low default value for ReadTimeout and WriteTimeout for XmlRpcClient under verification

issue #256 - translate timeout in mills for XLMRPC protocol

209e628e7deebdc bsorrentino 2021-08-06 10:05:26

maven-confluence-plugin - 7.3

Published by bsorrentino about 3 years ago

v7.3

Generic changes

upgrade javax.json package

9f39ce6e3cc8c38 bsorrentino 2021-07-31 16:31:45

remove deprecation

b24a5c21c3c9304 bsorrentino 2021-07-31 16:07:12

#255 Problem with markdown 'lists' in confluence page generation bug

issue #255 - update unit test

aebec40014f3273 bsorrentino 2021-07-28 16:12:18

issue #255 - update for use of commonmark to 0.17.0

7fd5e86fea10c0c bsorrentino 2021-07-28 16:11:57

issue #255 - add newline after OrderList and BulletList only if it is not nested

5d69b6895f975c5 bsorrentino 2021-07-28 16:10:21

issue #255

  • upgrade commonmark to 0.17.0

56a5091dd731b9a bsorrentino 2021-07-28 16:05:51

maven-confluence-plugin - 7.2.1

Published by bsorrentino about 3 years ago

v7.2.1

Generic changes

update warning message

834b27ab9e7e35a Build Pipeline 2021-07-15 14:48:45

add ConfluenceService Proxy for debug purpose

b9e103b8b635aea bsorrentino 2021-07-15 14:09:15

68421c7daa382bb bsorrentino 2021-07-07 16:02:10

#253 NullPointerException // error generating report under verification

issue #253 - catch NPE on dependencies collector

78c2eb29e51b5f1 Build Pipeline 2021-07-15 14:10:27

maven-confluence-plugin - 7.2

Published by bsorrentino over 3 years ago

v7.2

#252 add version in DeployStateManager extra attribute bug

issue #252 - add version increment

cec540da163d883 bsorrentino 2021-06-10 00:06:32

issue #252 - add support for version attribute

24e1a0fc631adad bsorrentino 2021-06-09 17:19:01

maven-confluence-plugin - 7.1

Published by bsorrentino over 3 years ago

Maven Confluence Plugin - Changelog

v7.1

Generic changes

update changelog

09e5da2975efa81 bsorrentino 2021-06-01 10:35:34

update readme

8fef3a9d33cc21c bsorrentino 2021-06-01 10:34:38

move to new release version

f6173e4e1ae7d9c bsorrentino 2021-06-01 10:29:17

update minitemplator version 1.3

29a2faf6a503d61 bsorrentino 2021-06-01 10:24:53

update minitemplator version 1.3

85ba4801d1060f5 bsorrentino 2021-06-01 10:24:38

#248 Maven multi module project (error: generating report: processor's is already initialized!) bug

issue #248 - remove exception on multiple markdown processor initialization

12b1c3d1111f8d8 bsorrentino 2021-05-29 13:50:54

maven-confluence-plugin - 7.0

Published by bsorrentino over 3 years ago

Generic changes

add space attribute to newPage factory method on confluence service

775261ac57f9505 bsorrentino 2021-04-30 17:30:49

refactor deploy state management

cd6bbd799f7a257 bsorrentino 2021-04-30 15:49:46

fix newPage method

eddebffe46cf7fb bsorrentino 2021-04-29 21:17:06

fix newPage method

dd98d097aac082b bsorrentino 2021-04-29 21:16:03

manage extra attribute in deployStateManager

595847e4a185233 bsorrentino 2021-04-29 18:37:18

add TypesDefinition interface

f007ccd3f9e525b bsorrentino 2021-04-29 16:16:47

update action

bb399bfb93e8925 bsorrentino 2021-04-29 10:37:42

rename module commons.io to org.apache.commons.io

a85d50509cc1646 bsorrentino 2021-04-29 10:35:32

Bump commons-io from 1.4 to 2.7

ef35e0c843605d7 dependabot[bot] 2021-04-26 20:12:54

#250 deleteMojo : remove deploy state file Task

issue #250 - clear deploystate on delete mojo

7072c8741497450 bsorrentino 2021-04-30 14:07:55

issue #250 - clear deploystate on delete mojo

77706af405a845b bsorrentino 2021-04-30 14:07:41

maven-confluence-plugin - 7.0-rc2

Published by bsorrentino over 3 years ago

Generic changes

removed htmlinline output debug info

14dba471b8fb50e bsorrentino 2021-02-17 11:11:03

set 'name' attribute as required

2e70827f3f9c7d6 bsorrentino 2021-02-17 11:10:23

#245 npe when children uri from classpath bug

issue #245 - Improved code to load content from classpath. Test refinements

6c470fc5545741f bsorrentino 2021-02-14 20:20:07

maven-confluence-plugin - 7.0-rc1

Published by bsorrentino over 3 years ago

Generic changes

update documentation
cead3d4206fcc58 bsorrentino 2021-02-11 18:54:41

skipped itest module
46a9d67d758fe5f bsorrentino 2021-02-11 16:37:16

#244 site processor maven-confluence-processor-freemarker doesn't work on 7.0-beta2 bug

issue #244 - fixed export packages (Java9 Modules)
60ddbdca06b1958 bsorrentino 2021-02-11 16:57:16

issue #244 - fixed export packages (Java9 Modules)
688bfe292a07690 bsorrentino 2021-02-11 16:57:07

issue #244 - Updated test for freemarker
99c4df21dec8989 bsorrentino 2021-02-11 14:33:50

issue #244 - make freemarker preprocessor module compliant with JDK9 (refers to issue #224)
76c7434e57edf11 bsorrentino 2021-02-11 11:25:39