码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2018-03-10 01:26:30      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:nbsp   repo   nap   ups   maven中央仓库   artifact   rmi   info   log   

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等)

标签:nbsp   repo   nap   ups   maven中央仓库   artifact   rmi   info   log   

原文地址:https://www.cnblogs.com/equation/p/8536974.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!