File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 45
45
<url >https://github.com/java-diff-utils/java-diff-utils/issues</url >
46
46
</issueManagement >
47
47
48
+ <!--
48
49
<distributionManagement>
49
50
<repository>
50
51
<id>sonatype-nexus-staging</id>
51
52
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
52
53
</repository>
53
54
<snapshotRepository>
54
55
<id>sonatype-nexus-snapshots</id>
55
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
56
+ <url>https://central .sonatype.com/repository/maven- snapshots/ </url>
56
57
</snapshotRepository>
57
58
</distributionManagement>
59
+ -->
58
60
<properties >
59
61
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60
62
<maven .compiler.source>1.8</maven .compiler.source>
210
212
</execution >
211
213
</executions >
212
214
</plugin >
215
+ <plugin >
216
+ <groupId >org.sonatype.central</groupId >
217
+ <artifactId >central-publishing-maven-plugin</artifactId >
218
+ <version >0.8.0</version >
219
+ <extensions >true</extensions >
220
+ <configuration >
221
+ <publishingServerId >sonatype-nexus</publishingServerId >
222
+ </configuration >
223
+ </plugin >
213
224
</plugins >
214
225
</build >
215
226
<profiles >
You can’t perform that action at this time.
0 commit comments