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 b25c54d commit e632ff7Copy full SHA for e632ff7
pom.xml
@@ -255,30 +255,6 @@
255
<url>https://maven.pkg.github.com/teragrep/jla_01</url>
256
</repository>
257
</distributionManagement>
258
- <build>
259
- <plugins>
260
- <plugin>
261
- <groupId>org.apache.maven.plugins</groupId>
262
- <artifactId>maven-gpg-plugin</artifactId>
263
- <version>1.6</version>
264
- <executions>
265
- <execution>
266
- <id>sign-artifacts</id>
267
- <goals>
268
- <goal>sign</goal>
269
- </goals>
270
- <phase>verify</phase>
271
- <configuration>
272
- <gpgArguments>
273
- <arg>--pinentry-mode</arg>
274
- <arg>loopback</arg>
275
- </gpgArguments>
276
- </configuration>
277
- </execution>
278
- </executions>
279
- </plugin>
280
- </plugins>
281
- </build>
282
</profile>
283
</profiles>
284
</project>
0 commit comments