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 8842ace commit 8747a1dCopy full SHA for 8747a1d
1 file changed
core/pom.xml
@@ -409,21 +409,6 @@ DynamicImport-Package: *
409
</execution>
410
</executions>
411
</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>
427
</plugins>
428
</build>
429
</profile>
0 commit comments