Fork me on GitHub

podman:login

Full name:

org.honton.chas:podman-maven-plugin:0.0.5:login

Description:

Set credentials for use when pushing to (or pulling from) registry.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 0.0.3.
  • Binds by default to the lifecycle phase: prepare-package.

Required Parameters

Name Type Since Description
<registry> String - Registry location; used to look up the credentials in settings.xml and locate the registry

Optional Parameters

Name Type Since Description
<connection> String - Remote podman connection name
<password> String - The password for the registry if no entry in settings.xml matches registry name
<skip> boolean - Skip upgrade
Default value is: false.
User property is: podman.skip.
<url> String - Url of podman remote service
<username> String - The username for the registry if no entry in settings.xml matches registry name

Parameter Details

<connection>

Remote podman connection name
  • Type: String
  • Required: No

<password>

The password for the registry if no entry in settings.xml matches registry name
  • Type: String
  • Required: No

<registry>

Registry location; used to look up the credentials in settings.xml and locate the registry
  • Type: String
  • Required: Yes

<skip>

Skip upgrade
  • Type: boolean
  • Required: No
  • User Property: podman.skip
  • Default: false

<url>

Url of podman remote service
  • Type: String
  • Required: No

<username>

The username for the registry if no entry in settings.xml matches registry name
  • Type: String
  • Required: No