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 3d7ab66 commit 6606796Copy full SHA for 6606796
pom.xml
@@ -423,6 +423,32 @@
423
</plugins>
424
</build>
425
</profile>
426
+ <profile>
427
+ <id>gpg</id>
428
+ <activation>
429
+ <property>
430
+ <name>gpg.passphrase</name>
431
+ </property>
432
+ </activation>
433
+ <build>
434
+ <plugins>
435
+ <plugin>
436
+ <groupId>org.apache.maven.plugins</groupId>
437
+ <artifactId>maven-gpg-plugin</artifactId>
438
+ <version>3.1.0</version>
439
+ <executions>
440
+ <execution>
441
+ <id>sign-artifacts</id>
442
+ <phase>verify</phase>
443
+ <goals>
444
+ <goal>sign</goal>
445
+ </goals>
446
+ </execution>
447
+ </executions>
448
+ </plugin>
449
+ </plugins>
450
+ </build>
451
+ </profile>
452
<profile>
453
<id>demo-jar</id>
454
<build>
0 commit comments