Skip to content

Commit 8747a1d

Browse files
GPG warn fix
1 parent 8842ace commit 8747a1d

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

core/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -409,21 +409,6 @@ DynamicImport-Package: *
409409
</execution>
410410
</executions>
411411
</plugin>
412-
<!-- Maven Central GPG Signing -->
413-
<plugin>
414-
<groupId>org.apache.maven.plugins</groupId>
415-
<artifactId>maven-gpg-plugin</artifactId>
416-
<version>3.0.1</version>
417-
<executions>
418-
<execution>
419-
<id>sign-artifacts</id>
420-
<phase>verify</phase>
421-
<goals>
422-
<goal>sign</goal>
423-
</goals>
424-
</execution>
425-
</executions>
426-
</plugin>
427412
</plugins>
428413
</build>
429414
</profile>

0 commit comments

Comments
 (0)