Skip to content

Commit 334645d

Browse files
Drop using passphrase for maven-gpg-plugin
gpg-agent should be used
1 parent a3975a0 commit 334645d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,6 @@ limitations under the License.
802802
<plugin>
803803
<groupId>org.apache.maven.plugins</groupId>
804804
<artifactId>maven-gpg-plugin</artifactId>
805-
<configuration>
806-
<passphrase>${gpg.passphrase}</passphrase>
807-
</configuration>
808805
<executions>
809806
<execution>
810807
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)