From 722a8e8788995f15af44f4e47dad52135b1b358d Mon Sep 17 00:00:00 2001 From: fjn Date: Thu, 6 Jun 2019 13:19:05 +0800 Subject: [PATCH] * supports publish project in my computer --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 97659bfba..0fd384e56 100644 --- a/pom.xml +++ b/pom.xml @@ -155,8 +155,9 @@ + - deployHome + envHome C:/Program Files (x86)/GNU/GnuPG/gpg2 C:/Users/Administrator/AppData/Roaming/gnupg @@ -165,7 +166,22 @@ 可以这样配置在pom.xml文件中,也可以在执行mvn 命令时,加上-Dgpg.passphrase=YOUR_GPG_PASSPHRASE --> + + + envCompany + + D:/Program Files (x86)/GNU/GnuPG/gpg2.exe + C:/Users/User/AppData/Roaming/gnupg + + + + + + deploy org.apache.maven.plugins @@ -276,5 +292,6 @@ + \ No newline at end of file