We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57d8fd commit 4484961Copy full SHA for 4484961
pom.xml
@@ -819,27 +819,6 @@
819
</executions>
820
</plugin>
821
822
- <plugin>
823
- <groupId>org.apache.maven.plugins</groupId>
824
- <artifactId>maven-gpg-plugin</artifactId>
825
- <version>1.5</version>
826
- <executions>
827
- <execution>
828
- <id>sign-artifacts</id>
829
- <phase>verify</phase>
830
- <goals>
831
- <goal>sign</goal>
832
- </goals>
833
- <configuration>
834
- <gpgArguments>
835
- <arg>--pinentry-mode</arg>
836
- <arg>loopback</arg>
837
- </gpgArguments>
838
- </configuration>
839
- </execution>
840
- </executions>
841
- </plugin>
842
-
843
<plugin>
844
<groupId>org.ops4j</groupId>
845
<artifactId>maven-pax-plugin</artifactId>
0 commit comments