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 26f29f3 commit 6710940Copy full SHA for 6710940
pom.xml
@@ -126,6 +126,26 @@
126
<stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
127
</configuration>
128
</plugin>
129
+ <plugin>
130
+ <groupId>org.apache.maven.plugins</groupId>
131
+ <artifactId>maven-gpg-plugin</artifactId>
132
+ <version>3.0.1</version>
133
+ <executions>
134
+ <execution>
135
+ <id>sign-artifacts</id>
136
+ <phase>verify</phase>
137
+ <goals>
138
+ <goal>sign</goal>
139
+ </goals>
140
+ </execution>
141
+ </executions>
142
+ <configuration>
143
+ <gpgArguments>
144
+ <arg>--pinentry-mode</arg>
145
+ <arg>loopback</arg>
146
+ </gpgArguments>
147
+ </configuration>
148
+ </plugin>
149
</plugins>
150
</build>
151
0 commit comments