maven中央仓库地址(支持db2,informix等)

Posted 薛定谔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven中央仓库地址(支持db2,informix等)相关的知识,希望对你有一定的参考价值。

maven中央仓库地址(以下设置写在pom.xml文件里):

 

<repositories> 
	<repository>
		<id>nexus</id>
		<name>Team Nexus Repository</name>
		<url>https://artifacts.alfresco.com/nexus/content/repositories/public</url>
	</repository>
	<repository>                      
		<id>alfresco-public-snapshots</id>                      
		<url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>                      
		<snapshots>                             
			<enabled>true</enabled>                            
			<updatePolicy>daily</updatePolicy>                      
		</snapshots>              
	</repository>              
	<repository>                      
		<id>alfresco-public</id>                                
		<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>               
	</repository>                        
	<repository>            
		<id>Maven Central</id>         
	    <url>http://repo1.maven.org/maven2</url>       
	 </repository>  
</repositories>

以上是关于maven中央仓库地址(支持db2,informix等)的主要内容,如果未能解决你的问题,请参考以下文章

Maven中央仓库地址大全

Dev 日志 | 如何将 jar 包发布到 Maven 中央仓库

maven中央仓库远程仓库地址

Maven中央仓库地址整理

Maven中央仓库地址(实用版)

Maven中央仓库地址配置大全