File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 214
214
</execution >
215
215
</executions >
216
216
</plugin >
217
+ <plugin >
218
+ <groupId >org.sonatype.central</groupId >
219
+ <artifactId >central-publishing-maven-plugin</artifactId >
220
+ <version >0.7.0</version >
221
+ <extensions >true</extensions >
222
+ <configuration >
223
+ <publishingServerId >central</publishingServerId >
224
+ </configuration >
225
+ </plugin >
217
226
</plugins >
218
227
</build >
219
- <distributionManagement >
220
- <snapshotRepository >
221
- <id >oss</id >
222
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
223
- </snapshotRepository >
224
- <repository >
225
- <id >oss</id >
226
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
227
- </repository >
228
- </distributionManagement >
229
228
</profile >
230
229
</profiles >
231
230
</project >
You can’t perform that action at this time.
0 commit comments