Skip to content

Commit 2a18a88

Browse files
committed
Updated on 2025-02-26 21:03:07. Version: 2.0.0
1 parent f2c5b36 commit 2a18a88

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

pom.xml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,15 @@
237237
</build>
238238

239239
<profiles>
240+
240241
<profile>
241242
<id>sign-artifacts</id>
243+
<activation>
244+
<property>
245+
<name>performRelease</name>
246+
<value>true</value>
247+
</property>
248+
</activation>
242249
<build>
243250
<plugins>
244251
<plugin>
@@ -252,23 +259,18 @@
252259
<goals>
253260
<goal>sign</goal>
254261
</goals>
262+
<configuration>
263+
<gpgArguments>
264+
<arg>--pinentry-mode</arg>
265+
<arg>loopback</arg>
266+
</gpgArguments>
267+
</configuration>
255268
</execution>
256269
</executions>
257270
</plugin>
258-
<plugin>
259-
<groupId>org.sonatype.plugins</groupId>
260-
<artifactId>nexus-staging-maven-plugin</artifactId>
261-
<version>1.6.13</version>
262-
<extensions>true</extensions>
263-
<configuration>
264-
<serverId>ossrh</serverId>
265-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
266-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
267-
</configuration>
268-
</plugin> </plugins>
271+
</plugins>
269272
</build>
270-
</profile>
271-
</profiles>
273+
</profile> </profiles>
272274

273275
<dependencies>
274276

0 commit comments

Comments
 (0)