File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 125
125
</plugin >
126
126
</plugins >
127
127
</build >
128
+
128
129
</project >
Original file line number Diff line number Diff line change 242
242
</dependency >
243
243
</dependencies >
244
244
</plugin >
245
+ <plugin >
246
+ <groupId >org.sonatype.plugins</groupId >
247
+ <artifactId >nexus-staging-maven-plugin</artifactId >
248
+ <version >1.6.7</version >
249
+ </plugin >
245
250
</plugins >
246
251
</pluginManagement >
247
252
</build >
296
301
<module >impl</module >
297
302
<module >jaxrs</module >
298
303
</modules >
304
+ <build >
305
+ <plugins >
306
+ <plugin >
307
+ <groupId >org.sonatype.plugins</groupId >
308
+ <artifactId >nexus-staging-maven-plugin</artifactId >
309
+ <extensions >true</extensions >
310
+ <configuration >
311
+ <serverId >ossrh</serverId >
312
+ <nexusUrl >${sonatypeOssDistMgmtReleasesUrl} </nexusUrl >
313
+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
314
+ </configuration >
315
+ </plugin >
316
+ </plugins >
317
+ </build >
299
318
</profile >
300
319
301
320
<profile >
You can’t perform that action at this time.
0 commit comments