Configuration - lexemmens/podman-maven-plugin GitHub Wiki
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.
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>
dfdf