File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 </includes >
4949 </configuration >
5050 </plugin >
51+ <plugin >
52+ <groupId >org.sonatype.central</groupId >
53+ <artifactId >central-publishing-maven-plugin</artifactId >
54+ <version >0.8.0</version >
55+ <extensions >true</extensions >
56+ <configuration >
57+ <publishingServerId >central</publishingServerId >
58+ </configuration >
59+ </plugin >
5160 </plugins >
5261 </build >
5362 <profiles >
7180 <plugin >
7281 <groupId >org.apache.maven.plugins</groupId >
7382 <artifactId >maven-javadoc-plugin</artifactId >
74- <version >2.10.3 </version >
83+ <version >3.11.2 </version >
7584 <executions >
7685 <execution >
7786 <id >attach-javadocs</id >
124133 <scope >test</scope >
125134 </dependency >
126135 </dependencies >
127- <distributionManagement >
128- <snapshotRepository >
129- <id >ossrh</id >
130- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
131- </snapshotRepository >
132- <repository >
133- <id >ossrh</id >
134- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
135- </repository >
136- </distributionManagement >
137136</project >
You can’t perform that action at this time.
0 commit comments