`
sunxboy
  • 浏览: 2828844 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

常用maven public repository

 
阅读更多

收集了一些maven public repository如下:

 

	<repositories>
		<repository>
			<id>spring-snapshots</id>
			<url>http://repo.spring.io/snapshot</url>
			<snapshots><enabled>true</enabled></snapshots>
			<releases><enabled>false</enabled></releases>
		</repository>
    	<repository>
			<id>spring-milestones</id>
			<url>http://repo.spring.io/milestone</url>
			<snapshots><enabled>false</enabled></snapshots>
			<releases><enabled>true</enabled></releases>
		</repository>
		<repository>
			<id>java-net</id>
			<url>https://maven.java.net/content/repositories/releases</url>
		</repository>
		 <repository>
		    <id>central</id>
		    <url>http://repo1.maven.org/maven2/</url>
		  </repository>
		  <repository>
			<id>spring-repo</id>
			<name>spring</name>
			<url>http://repo.springsource.org/libs-milestone</url>
		</repository>
		<repository>
         <id>baemaven-releases</id> 
         <url>http://maven.duapp.com/nexus/content/repositories/releases/</url> 
    	</repository>
	</repositories>

 

分享到:
评论

相关推荐

    jeesite 框架maven数据仓库包

    jeesite 框架maven数据仓库包,有这个包指向maven,断网也可以用

    Maven换源配置文件settings.xml

    根据maven阿里云仓库推荐配置,弄的一个比较快的maven源配置 ... &lt;url&gt;https://maven.aliyun.com/repository/public&lt;/url&gt; &lt;repository&gt; &lt;id&gt;spring &lt;url&gt;https://maven.aliyun.com/repo

    Mac下载apache-maven-3.6.1.zip

    需要修改conf下的文件settings.xml,第一步:找到文件settings.xml中的localRepository,另起一行为&lt;localRepository&gt;/Users/... &lt;url&gt;https://maven.aliyun.com/repository/public&lt;/url&gt; 保存即可,maven的配置完成

    apache-maven-3.3.9.rar

    4.配置maven本地仓库(存放本地jar包)新建一个文件夹,路径自定义,名称为“repository” 5.打开maven解压路径下的conf下的settings.xml文件,在文件中找到注释了的字符串“/path/to/local/repo” 6.Maven默认...

    m2maven 插件

    When you install this component you will be installing all of the core Wizards, the POM Editor, Maven Repository integration, and Maven integration m2eclipse Core Update Site: ...

    maven的settings.xml配置

    &lt;localRepository&gt;D:/develop/apache-maven-3.6.0/repository&lt;/localRepository&gt; &lt;id&gt;alimaven &lt;name&gt;aliyun maven &lt;url&gt;http://maven.aliyun.com/nexus/content/groups/public/&lt;/url&gt; &lt;mirrorOf&gt;central...

    maven2 plugin for eclipse

    然后定位到你本地的maven repository 目录。就是前面运行脚本生成的哪个目录。比如我的 是C:\Documents and Settings\er\.m2\repository 点ok,配置完成。 接下来就是测试一下maven能不能在eclipse里运行。新建一个...

    Docker仓库上传镜像出现 unauthorized to access repository的解决方法

    Docker仓库上传镜像出现 unauthorized to access repository的解决方法

    maven的优缺点 项目

    &lt;url&gt;http://maven.aliyun.com/nexus/content/groups/public/&lt;/url&gt; &lt;mirrorOf&gt;central&lt;/mirrorOf&gt; 注意: 千万不要将文档中的setting的内容全部替换到maven中的内容,要对比着修改,保留原来的; 只修改本地...

    Java 添加文本框到 PPT 幻灯片.docx

    文本框是指一种可移动、可调大小的文字或图形容器。在PowerPoint中,当我们需要新添加内容时,常常需要插入新的文本框。本文就将介绍如何使用Free ...方法二: 通过Maven仓库安装jar包,配置pom.xml文件的代码如下:

    m2maven is a plugin for maven

    When you install this component you will be installing all of the core Wizards, the POM Editor, Maven Repository integration, and Maven integration m2eclipse Core Update Site: ...

    maven-download-plugin:这些是一些插件,可帮助Maven用户在Maven构建的一部分中以不同的协议下载不同的文件

    下载适用于Maven的插件 这是一个插件,旨在帮助Maven用户在Maven构建的一部分中以不同的协议下载不同的文件。 关于artifactId的警告:在1.1版之前,插件artifactId以前是... &lt; id&gt;sonatype-public-repository&lt;/ id&gt;

    阿里云加UK较快的maven完整配置文件

    http://uk.maven.org/maven2/ http://maven.aliyun.com/nexus/content/repositories/central/ http://repository.jboss.org/nexus/content/groups/public

    Nexus Repository Manager OSS 2.14.21

    Nexus Repository OSS is distributed with Sencha Ext ...Nexus Repository Manager 2 OSS is a repository manager which can be freely used and is distributed under the Eclipse Public License (EPL Version 1).

    apache-maven-3.0.2-bin

    * [MNG-4945] - Remove mergeId from public POM * [MNG-4957] - Emit validation warning when project version uses irregular SNAPSHOT version string * [MNG-4959] - Update default plugin versions

    springboot 基础简易实例, maven项目

    -- lookup parent from repository --&gt; &lt;groupId&gt;com.example&lt;/groupId&gt; &lt;artifactId&gt;demo &lt;version&gt;0.0.1-SNAPSHOT &lt;name&gt;demo &lt;description&gt;Demo project for Spring Boot &lt;java.version&gt;1.8 &lt;groupId&gt;org...

    基于MyEclipse搭建maven+springmvc整合图文教程(含源码0

    5. system,类似provided,需要显式提供包含依赖的jar,Maven不会在 Repository中查找它。 注意: 在使用maven 打包或者编译时报:-source1.3 中不支持注释错误解决方案如下:      &lt;artifactId&gt;maven-...

    Nexus Repository Manager 2.14.5-02

    Nexus Repository是一个仓库管理器,通过它,我们可以代理各种public的仓库,也可以构建自己的私有仓库。使得软件开发中的依赖管理、编译、发布、部署等更加方便和高效。 Nexus Repository有Pro的付费版本,但是...

    settings.xml

    1.&lt;localRepository&gt;F:\maven\repository&lt;/localRepository&gt; 要注意文件夹要为空,接受远程端的文件、 2.mirror&gt; &lt;id&gt;alimaven&lt;/id&gt; &lt;name&gt;aliyun maven&lt;/name&gt; &lt;url&gt;...

    Chapter 3. Dissecting Web 2.0 Examples

    《Web 2.0 Architectures, 1st Edition》(James Governor, Dion Hinchcliffe, Duane Nickull, 2009)

Global site tag (gtag.js) - Google Analytics