Skip to content

Commit 22a47a2

Browse files
authored
chore: remove gpg plugin (#47)
1 parent 115a259 commit 22a47a2

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090

9191
<!-- plugins -->
9292
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
93-
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
9493
<maven-javadoc-plugin.version>2.9.1</maven-javadoc-plugin.version>
9594
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
9695
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
@@ -275,26 +274,6 @@
275274
<autoReleaseAfterClose>true</autoReleaseAfterClose>
276275
</configuration>
277276
</plugin>
278-
<plugin>
279-
<groupId>org.apache.maven.plugins</groupId>
280-
<artifactId>maven-gpg-plugin</artifactId>
281-
<version>${maven-gpg-plugin.version}</version>
282-
<executions>
283-
<execution>
284-
<id>sign-artifacts</id>
285-
<goals>
286-
<goal>sign</goal>
287-
</goals>
288-
<phase>verify</phase>
289-
<configuration>
290-
<gpgArguments>
291-
<arg>--pinentry-mode</arg>
292-
<arg>loopback</arg>
293-
</gpgArguments>
294-
</configuration>
295-
</execution>
296-
</executions>
297-
</plugin>
298277
<plugin>
299278
<groupId>org.apache.maven.plugins</groupId>
300279
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)