Skip to content

Commit e632ff7

Browse files
authored
remove sign-artifacts from publish-github-packages maven profile (#66)
1 parent b25c54d commit e632ff7

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -255,30 +255,6 @@
255255
<url>https://maven.pkg.github.com/teragrep/jla_01</url>
256256
</repository>
257257
</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>
282258
</profile>
283259
</profiles>
284260
</project>

0 commit comments

Comments
 (0)