Revert "Add mavn gpg plugin with controlling tty"

This reverts commit 1bf99208cb.
This commit is contained in:
Soby Chacko
2019-06-03 20:40:14 -04:00
parent 1bf99208cb
commit 73a8aa1753

19
pom.xml
View File

@@ -180,25 +180,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>