File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 168
168
169
169
<build >
170
170
<plugins >
171
- <plugin >
172
- <groupId >org.sonatype.plugins</groupId >
173
- <artifactId >nexus-staging-maven-plugin</artifactId >
174
- <version >1.6.6</version >
175
- <extensions >true</extensions >
176
- <configuration >
177
- <serverId >oss-sonatype</serverId >
178
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
179
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
180
- </configuration >
181
- </plugin >
182
171
<plugin >
183
172
<groupId >org.apache.maven.plugins</groupId >
184
173
<artifactId >maven-compiler-plugin</artifactId >
265
254
</execution >
266
255
</executions >
267
256
</plugin >
257
+ <plugin >
258
+ <groupId >org.sonatype.plugins</groupId >
259
+ <artifactId >nexus-staging-maven-plugin</artifactId >
260
+ <version >1.6.6</version >
261
+ <extensions >true</extensions >
262
+ <configuration >
263
+ <serverId >sonatype-nexus-staging</serverId >
264
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
265
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
266
+ </configuration >
267
+ </plugin >
268
268
</plugins >
269
269
</build >
270
270
</profile >
You can’t perform that action at this time.
0 commit comments