Skip to content

Commit

Permalink
update(doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jan 15, 2022
1 parent 8a4bd70 commit 7736b4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ It is a **Maven plugin** that generates **project's documentation directly to co
> * [Site Processor Usage](http://bsorrentino.github.io/maven-confluence-plugin/site_processor_guide.html)
> * [Markdown Processor usage](http://bsorrentino.github.io/maven-confluence-plugin/markdown_processor_guide.html)
### News
## Examples

For pratical samples refer to folder/module [test-publishing](https://github.com/bsorrentino/maven-confluence-plugin/tree/master/test-publishing)

## News

Date | Release | Info
--- | --- | ---
Expand Down
10 changes: 7 additions & 3 deletions plugin-reporting/src/site/markdown/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Maven Repository

From Release 3.0.1 this plugin is available from [MAVEN CENTRAL REPO](http://repo2.maven.org/maven2/)
If you want stay tune over modification, includes the following repository declaration in your POM
If you would like download & test the latest SNAPSHOT, includes the following repository declaration in your POM

```xml

Expand Down Expand Up @@ -125,13 +125,17 @@ Given value will be parsed according to the following [specification](https://do

## Authentication Tip

Put yours confluence credential within settings.xml as server
Put yours confluence credential within `settings.xml` as server.

** Note: <u>Personal Access Token</u>**
> When required, **instead of password** you've to specify your **personal access token**
### Template
```xml
<server>
<id>my_confluence_server</id>
<username>my_user</username>
<password>my_password</password>
<password>my_password or my_personal_access_token</password>
</server>
```

Expand Down

0 comments on commit 7736b4d

Please sign in to comment.