File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 107107
108108 <build >
109109 <plugins >
110+ <plugin >
111+ <groupId >org.sonatype.central</groupId >
112+ <artifactId >central-publishing-maven-plugin</artifactId >
113+ <version >0.9.0</version >
114+ <extensions >true</extensions >
115+ <configuration >
116+ <!-- 和settings中的一致-->
117+ <publishingServerId >authing-central</publishingServerId >
118+ </configuration >
119+ </plugin >
110120 <plugin >
111121 <groupId >org.apache.maven.plugins</groupId >
112122 <artifactId >maven-javadoc-plugin</artifactId >
179189 </properties >
180190 </profile >
181191 </profiles >
182-
183- <distributionManagement >
184- <repository >
185- <!-- 和settings中的一致-->
186- <id >ossrh</id >
187- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
188- </repository >
189- </distributionManagement >
190-
191192</project >
You can’t perform that action at this time.
0 commit comments