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 71d6c28 commit 8c1babfCopy full SHA for 8c1babf
pom.xml
@@ -500,4 +500,28 @@
500
</resources>
501
</build>
502
503
+ <profiles>
504
+ <profile>
505
+ <id>deploy</id>
506
+ <build>
507
+ <plugins>
508
+ <plugin>
509
+ <groupId>org.apache.maven.plugins</groupId>
510
+ <artifactId>maven-gpg-plugin</artifactId>
511
+ <version>1.5</version>
512
+ <executions>
513
+ <execution>
514
+ <id>sign-artifacts</id>
515
+ <phase>verify</phase>
516
+ <goals>
517
+ <goal>sign</goal>
518
+ </goals>
519
+ </execution>
520
+ </executions>
521
+ </plugin>
522
+ </plugins>
523
+ </build>
524
+ </profile>
525
+ </profiles>
526
+
527
</project>
0 commit comments