We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d65de7 commit 636e4beCopy full SHA for 636e4be
1 file changed
pom.xml
@@ -129,6 +129,20 @@
129
</execution>
130
</executions>
131
</plugin>
132
+ <plugin>
133
+ <groupId>org.apache.maven.plugins</groupId>
134
+ <artifactId>maven-gpg-plugin</artifactId>
135
+ <version>3.2.8</version>
136
+ <executions>
137
+ <execution>
138
+ <id>sign-artifacts</id>
139
+ <phase>verify</phase>
140
+ <goals>
141
+ <goal>sign</goal>
142
+ </goals>
143
+ </execution>
144
+ </executions>
145
+ </plugin>
146
</plugins>
147
</build>
148
0 commit comments