File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4949 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5050 <maven .compiler.source>1.7</maven .compiler.source>
5151 <maven .compiler.target>1.7</maven .compiler.target>
52+ <central-publishing-maven-plugin .version>0.7.0</central-publishing-maven-plugin .version>
5253 </properties >
5354
5455 <dependencies >
322323 </execution >
323324 </executions >
324325 </plugin >
326+ <plugin >
327+ <groupId >org.sonatype.central</groupId >
328+ <artifactId >central-publishing-maven-plugin</artifactId >
329+ <version >${central-publishing-maven-plugin.version} </version >
330+ <extensions >true</extensions >
331+ <configuration >
332+ <publishingServerId >Tencent-public</publishingServerId >
333+ </configuration >
334+ </plugin >
325335 </plugins >
326336 </build >
327337
You can’t perform that action at this time.
0 commit comments