mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	修改pom,能够发布到maven官方仓库
This commit is contained in:
		
							
								
								
									
										6
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								pom.xml
									
									
									
									
									
								
							| @ -103,6 +103,10 @@ | |||||||
|             <id>ossrh</id> |             <id>ossrh</id> | ||||||
|             <url>https://oss.sonatype.org/content/repositories/snapshots</url> |             <url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||||||
|         </snapshotRepository> |         </snapshotRepository> | ||||||
|  |         <repository> | ||||||
|  |             <id>ossrh</id> | ||||||
|  |             <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | ||||||
|  |         </repository> | ||||||
|     </distributionManagement> |     </distributionManagement> | ||||||
|  |  | ||||||
|     <profiles> |     <profiles> | ||||||
| @ -179,7 +183,7 @@ | |||||||
|                 <configuration> |                 <configuration> | ||||||
|                     <serverId>ossrh</serverId> |                     <serverId>ossrh</serverId> | ||||||
|                     <nexusUrl>https://oss.sonatype.org/</nexusUrl> |                     <nexusUrl>https://oss.sonatype.org/</nexusUrl> | ||||||
|                     <autoReleaseAfterClose>true</autoReleaseAfterClose> |                     <autoReleaseAfterClose>false</autoReleaseAfterClose> | ||||||
|                 </configuration> |                 </configuration> | ||||||
|             </plugin> |             </plugin> | ||||||
|             <plugin> |             <plugin> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Qian
					Daniel Qian