kiwigrid / antora-maven-content-extension

Antora 3 extension to source documentation from maven repositories.
MIT License
8 stars 2 forks source link

support password encryption via maven #93

Open krasv opened 1 year ago

krasv commented 1 year ago

Maven supports password encryption (https://maven.apache.org/guides/mini/guide-encryption.html). That is done via an additional configuration (settings-security.xml).

The extension allows/considers as of now only plain passwords via the settings.xml.

Expectation: password encryption is supported to use shared developer environments.