xueli.xue 8 年 前
コミット
be03a8035e
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      pom.xml

+ 3 - 0
pom.xml ファイルの表示

@@ -113,6 +113,9 @@
113 113
                         <groupId>org.apache.maven.plugins</groupId>
114 114
                         <artifactId>maven-gpg-plugin</artifactId>
115 115
                         <version>1.6</version>
116
+						<configuration>
117
+							<useAgent>false</useAgent>
118
+						</configuration>
116 119
                         <executions>
117 120
                             <execution>
118 121
                                 <phase>verify</phase>