File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed
Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments