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 bd3de0d commit f190936Copy full SHA for f190936
pom.xml
@@ -234,6 +234,35 @@
234
</plugins>
235
</reporting>
236
237
+ <profiles>
238
+ <profile>
239
+ <id>gpg</id>
240
+ <activation>
241
+ <property>
242
+ <name>gpg.passphrase</name>
243
+ </property>
244
+ </activation>
245
+ <build>
246
+ <plugins>
247
+ <plugin>
248
+ <groupId>org.apache.maven.plugins</groupId>
249
+ <artifactId>maven-gpg-plugin</artifactId>
250
+ <version>3.1.0</version>
251
+ <executions>
252
+ <execution>
253
+ <id>sign-artifacts</id>
254
+ <phase>verify</phase>
255
+ <goals>
256
+ <goal>sign</goal>
257
+ </goals>
258
+ </execution>
259
+ </executions>
260
+ </plugin>
261
+ </plugins>
262
+ </build>
263
+ </profile>
264
+ </profiles>
265
+
266
<distributionManagement>
267
<site>
268
<id>site</id>
0 commit comments