Skip to content

Commit

Permalink
keys.openpgp.org and pgp.mit.edu as fallbacks servers
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 29, 2021
1 parent e12f1b9 commit b73076d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/simplify4u/plugins/AbstractPGPMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public abstract class AbstractPGPMojo extends AbstractMojo {
* @since 1.0.0
*/
@Parameter(property = "pgpverify.keyserver", required = true,
defaultValue = "hkps://keyserver.ubuntu.com")
defaultValue = "hkps://keyserver.ubuntu.com, hkps://keys.openpgp.org, hkps://pgp.mit.edu")
private String pgpKeyServer;

/**
Expand Down

0 comments on commit b73076d

Please sign in to comment.