Skip to content

Configuration

Lex Emmens edited this page Oct 20, 2020 · 2 revisions

With respect to configuration, it is important to outline the difference to the plugins configuration and configuration that is required by the plugin to work.

Configuration required by te plugin

This plugin requires for all configured registries to have credentials present in the Maven settings file (usually located in ~/.m2/settings.xml). Registry configuration should look like this:

<server>
  <id>examle-registry.com</id>
  <username>username</username>
  <password>password</password>
</server>

Plugin configuration

dfdf

Clone this wiki locally