We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b666874 commit 83de06dCopy full SHA for 83de06d
1 file changed
pom.xml
@@ -71,6 +71,20 @@
71
</targetTests>
72
</configuration>
73
</plugin>
74
+ <plugin>
75
+ <groupId>org.apache.maven.plugins</groupId>
76
+ <artifactId>maven-gpg-plugin</artifactId>
77
+ <version>1.6</version>
78
+ <executions>
79
+ <execution>
80
+ <id>sign-artifacts</id>
81
+ <phase>verify</phase>
82
+ <goals>
83
+ <goal>sign</goal>
84
+ </goals>
85
+ </execution>
86
+ </executions>
87
+ </plugin>
88
</plugins>
89
</build>
90
0 commit comments