File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 192192 </dependency >
193193 </dependencies >
194194 </plugin >
195+ <plugin >
196+ <groupId >org.sonatype.plugins</groupId >
197+ <artifactId >nexus-staging-maven-plugin</artifactId >
198+ <version >1.6.13</version >
199+ <extensions >true</extensions >
200+ <configuration >
201+ <serverId >ossrh</serverId >
202+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
203+ <stagingProfileId >84aff6e87e214c</stagingProfileId >
204+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
205+ <skipNexusStagingDeployMojo >${maven.deploy.skip} </skipNexusStagingDeployMojo >
206+ </configuration >
207+ </plugin >
195208 </plugins >
196209
197210 <pluginManagement >
Original file line number Diff line number Diff line change 120120 <retryFailedDeploymentCount >10</retryFailedDeploymentCount >
121121 </configuration >
122122 </plugin >
123- <plugin >
124- <groupId >org.sonatype.plugins</groupId >
125- <artifactId >nexus-staging-maven-plugin</artifactId >
126- <version >1.6.13</version >
127- <extensions >true</extensions >
128- <configuration >
129- <serverId >ossrh</serverId >
130- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
131- <stagingProfileId >84aff6e87e214c</stagingProfileId >
132- <autoReleaseAfterClose >false</autoReleaseAfterClose >
133- <skipNexusStagingDeployMojo >${maven.deploy.skip} </skipNexusStagingDeployMojo >
134- </configuration >
135- </plugin >
136123 <plugin >
137124 <groupId >org.apache.maven.plugins</groupId >
138125 <artifactId >maven-clean-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments