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 6199ad0 commit b9c5f62Copy full SHA for b9c5f62
pom.xml
@@ -198,26 +198,6 @@
198
</execution>
199
</executions>
200
</plugin>
201
- <plugin>
202
- <groupId>org.apache.maven.plugins</groupId>
203
- <artifactId>maven-gpg-plugin</artifactId>
204
- <version>3.0.1</version>
205
- <configuration>
206
- <gpgArguments>
207
- <arg>--pinentry-mode</arg>
208
- <arg>loopback</arg>
209
- </gpgArguments>
210
- </configuration>
211
- <executions>
212
- <execution>
213
- <id>sign-artifacts</id>
214
- <phase>verify</phase>
215
- <goals>
216
- <goal>sign</goal>
217
- </goals>
218
- </execution>
219
- </executions>
220
- </plugin>
221
</plugins>
222
</build>
223
<profiles>
0 commit comments