pgpverify:show
Full name:
org.simplify4u.plugins:pgpverify-maven-plugin:1.11.0:show
Description:
Show information about artifact signature.
Attributes:
- Executes by direct invocation only.
- Since version:
1.10.0
. - Requires that Maven runs in online mode.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<artifact> |
String |
1.10.0 |
A artifact name to show pgp signature in format
groupId:artifactId:version[:packaging[:classifier]] .User property is: artifact . |
<pgpKeyServer> |
String |
1.0.0 |
PGP public key servers address.
From version 1.7.0 you can provide many kay servers separated by comma, semicolon or whitespace. Default value is: hkps://hkps.pool.sks-keyservers.net,hkps://keyserver.ubuntu.com .User property is: pgpverify.keyserver . |
<pgpKeysCachePath> |
File |
1.0.0 |
The directory for storing cached PGP public keys. Default value is: ${settings.localRepository}/pgpkeys-cache .User property is: pgpverify.keycache . |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<pgpKeyServerLoadBalance> |
boolean |
1.7.0 |
If many key server is provided, use all of them.
If set to false only first key server will be used, another as fallback. Default value is: true .User property is: pgpverify.keyserversLoadBalance . |
<proxyName> |
String |
1.8.0 |
Choose which proxy to use (id from settings.xml in maven config).
Uses no proxy if the proxy was not found. If it is not set, it will
take the first active proxy if any or no proxy, if no active proxy
was found) User property is: pgpverify.proxyName . |
<quiet> |
boolean |
1.4.0 |
Only log errors. Default value is: false .User property is: pgpverify.quiet . |
<showPom> |
boolean |
1.10.0 |
Show signature for pom files also. Default value is: false .User property is: showPom . |
<skip> |
boolean |
1.3.0 |
Skip verification altogether. Default value is: false .User property is: pgpverify.skip . |
Parameter Details
<artifact>
A artifact name to show pgp signature in format
groupId:artifactId:version[:packaging[:classifier]]
.- Type:
java.lang.String
- Since:
1.10.0
- Required:
Yes
- User Property:
artifact
<pgpKeyServer>
PGP public key servers address.
From version 1.7.0 you can provide many kay servers separated by comma, semicolon or whitespace.
- Type:
java.lang.String
- Since:
1.0.0
- Required:
Yes
- User Property:
pgpverify.keyserver
- Default:
hkps://hkps.pool.sks-keyservers.net,hkps://keyserver.ubuntu.com
<pgpKeyServerLoadBalance>
If many key server is provided, use all of them.
If set to false only first key server will be used, another as fallback.
- Type:
boolean
- Since:
1.7.0
- Required:
No
- User Property:
pgpverify.keyserversLoadBalance
- Default:
true
<pgpKeysCachePath>
The directory for storing cached PGP public keys.
- Type:
java.io.File
- Since:
1.0.0
- Required:
Yes
- User Property:
pgpverify.keycache
- Default:
${settings.localRepository}/pgpkeys-cache
<proxyName>
Choose which proxy to use (id from settings.xml in maven config).
Uses no proxy if the proxy was not found. If it is not set, it will
take the first active proxy if any or no proxy, if no active proxy
was found)
- Type:
java.lang.String
- Since:
1.8.0
- Required:
No
- User Property:
pgpverify.proxyName
<quiet>
Only log errors.
- Type:
boolean
- Since:
1.4.0
- Required:
No
- User Property:
pgpverify.quiet
- Default:
false
<showPom>
Show signature for pom files also.
- Type:
boolean
- Since:
1.10.0
- Required:
No
- User Property:
showPom
- Default:
false
<skip>
Skip verification altogether.
- Type:
boolean
- Since:
1.3.0
- Required:
No
- User Property:
pgpverify.skip
- Default:
false