This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit f8ca40979a4fca0eb061d05d3b16ba9d9992750e Author: Lyor Goldstein <[email protected]> AuthorDate: Sun Jan 19 20:28:59 2020 +0200 Configure GPG signing plugin used during release phase --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 9f8fc60..8c05193 100644 --- a/pom.xml +++ b/pom.xml @@ -702,6 +702,11 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-gpg-plugin</artifactId> + <version>1.6</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> <dependencies>
