Skip to content

Commit 05a0b8c

Browse files
committed
Remove Maven code signing plugin
1 parent 10ea921 commit 05a0b8c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -122,26 +122,6 @@
122122
</execution>
123123
</executions>
124124
</plugin>
125-
<plugin>
126-
<groupId>org.apache.maven.plugins</groupId>
127-
<artifactId>maven-gpg-plugin</artifactId>
128-
<version>3.2.4</version>
129-
<executions>
130-
<execution>
131-
<id>sign-artifacts</id>
132-
<phase>verify</phase>
133-
<goals>
134-
<goal>sign</goal>
135-
</goals>
136-
<configuration>
137-
<gpgArguments>
138-
<arg>--pinentry-mode</arg>
139-
<arg>loopback</arg>
140-
</gpgArguments>
141-
</configuration>
142-
</execution>
143-
</executions>
144-
</plugin>
145125
<plugin>
146126
<artifactId>maven-compiler-plugin</artifactId>
147127
<version>3.13.0</version>

0 commit comments

Comments
 (0)