File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 136136 </execution >
137137 </executions >
138138 </plugin >
139+ <plugin >
140+ <groupId >org.apache.maven.plugins</groupId >
141+ <artifactId >maven-gpg-plugin</artifactId >
142+ <version >3.2.7</version >
143+ <executions >
144+ <execution >
145+ <id >sign-artifacts</id >
146+ <phase >verify</phase >
147+ <goals >
148+ <goal >sign</goal >
149+ </goals >
150+ <configuration >
151+ <!--
152+ The following properties must be defined by your settings.xml file.
153+ See the following URLs for additional information.
154+
155+ https://central.sonatype.org/publish/publish-maven/#gpg-signed-components
156+ https://maven.apache.org/plugins/maven-gpg-plugin/usage.html
157+ -->
158+ <keyname >${gpg.keyname} </keyname >
159+ <passphraseServerId >${gpg.keyname} </passphraseServerId >
160+ </configuration >
161+ </execution >
162+ </executions >
163+ </plugin >
139164 </plugins >
140165 </build >
141166</project >
You can’t perform that action at this time.
0 commit comments