We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b65004 commit 3ea5c06Copy full SHA for 3ea5c06
pom.xml
@@ -585,4 +585,27 @@
585
</snapshotRepository>
586
</distributionManagement>
587
588
+ <profiles>
589
+ <profile>
590
+ <id>gpg-sign</id>
591
+ <build>
592
+ <plugins>
593
+ <plugin>
594
+ <groupId>org.apache.maven.plugins</groupId>
595
+ <artifactId>maven-gpg-plugin</artifactId>
596
+ <version>1.6</version>
597
+ <executions>
598
+ <execution>
599
+ <id>sign-artifacts</id>
600
+ <phase>verify</phase>
601
+ <goals>
602
+ <goal>sign</goal>
603
+ </goals>
604
+ </execution>
605
+ </executions>
606
+ </plugin>
607
+ </plugins>
608
+ </build>
609
+ </profile>
610
+ </profiles>
611
</project>
0 commit comments