Skip to content

Commit 023b0fd

Browse files
committed
Don't bother signing with GPG
We have never signed `maxmind-db` and no one has complained. I believe this configuration may be broken with the most recent version of Maven anyway.
1 parent 663da09 commit 023b0fd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,6 @@
179179
</execution>
180180
</executions>
181181
</plugin>
182-
<plugin>
183-
<groupId>org.apache.maven.plugins</groupId>
184-
<artifactId>maven-gpg-plugin</artifactId>
185-
<version>3.2.7</version>
186-
<executions>
187-
<execution>
188-
<id>sign-artifacts</id>
189-
<phase>verify</phase>
190-
<goals>
191-
<goal>sign</goal>
192-
</goals>
193-
</execution>
194-
</executions>
195-
</plugin>
196182
<plugin>
197183
<groupId>org.apache.maven.plugins</groupId>
198184
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)