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 157157 </execution >
158158 </executions >
159159 </plugin >
160+ <plugin >
161+ <groupId >org.apache.maven.plugins</groupId >
162+ <artifactId >maven-gpg-plugin</artifactId >
163+ <version >1.6</version >
164+ <executions >
165+ <execution >
166+ <id >sign-artifacts</id >
167+ <phase >verify</phase >
168+ <goals >
169+ <goal >sign</goal >
170+ </goals >
171+ </execution >
172+ </executions >
173+ </plugin >
174+ <plugin >
175+ <groupId >org.sonatype.plugins</groupId >
176+ <artifactId >nexus-staging-maven-plugin</artifactId >
177+ <version >1.6.8</version >
178+ <extensions >true</extensions >
179+ <configuration >
180+ <serverId >ossrh</serverId >
181+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
182+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
183+ </configuration >
184+ </plugin >
160185 </plugins >
161186 </build >
162187</project >
You can’t perform that action at this time.
0 commit comments