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 4dd55cf commit cbc5de4Copy full SHA for cbc5de4
pom.xml
@@ -364,7 +364,34 @@
364
</plugins>
365
</build>
366
</profile>
367
-
+
368
+ <profile>
369
+ <id>gpg</id>
370
+ <activation>
371
+ <property>
372
+ <name>gpg.passphrase</name>
373
+ </property>
374
+ </activation>
375
+ <build>
376
+ <plugins>
377
+ <plugin>
378
+ <groupId>org.apache.maven.plugins</groupId>
379
+ <artifactId>maven-gpg-plugin</artifactId>
380
+ <version>3.1.0</version>
381
+ <executions>
382
+ <execution>
383
+ <id>sign-artifacts</id>
384
+ <phase>verify</phase>
385
+ <goals>
386
+ <goal>sign</goal>
387
+ </goals>
388
+ </execution>
389
+ </executions>
390
+ </plugin>
391
+ </plugins>
392
+ </build>
393
+ </profile>
394
395
<profile>
396
<id>v23</id>
397
<properties>
0 commit comments