File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 192
192
</dependency >
193
193
</dependencies >
194
194
</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 >
195
208
</plugins >
196
209
197
210
<pluginManagement >
Original file line number Diff line number Diff line change 120
120
<retryFailedDeploymentCount >10</retryFailedDeploymentCount >
121
121
</configuration >
122
122
</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 >
136
123
<plugin >
137
124
<groupId >org.apache.maven.plugins</groupId >
138
125
<artifactId >maven-clean-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments