一、Maven是什么Maven是一个采用纯Java编写的开 源项目管理工具。Maven采用了一种被称之为project object model (POM)概念来管理项目,所有的项目配置信息都被定义在一个叫做POM.xml的文件中,通过该文件,Maven可以管理项目的整个声明周期,包括编 译,构建,...
分类:
其他好文 时间:
2014-07-11 09:19:11
阅读次数:
316
问题描述:
Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was cached in the local repository, resolution wi...
分类:
其他好文 时间:
2014-07-01 11:14:35
阅读次数:
279
实战中MAVEN私服的搭建
利用maven来管理项目的构建,报告和文档已经成为了我们现在的共识,任何开源软件基本都在使用,当然我们现在的大部分公司也基本都在使用,我把以前使用maven的一些经验在进行加工呈现给大家,希望可以帮助一些当前正在学习maven的初学者们还有刚毕业的学子们!
我会结合Eclipse+nexus+maven的实践来个大家做介绍!
Ne...
分类:
编程语言 时间:
2014-06-24 20:25:57
阅读次数:
438
Maven有一个超级POM,所有的POM均继承此文件。该文件定义如下: 4.0.0 central Central Repository http://repo.maven.apache.org/maven2 default false central Central Reposit...
分类:
其他好文 时间:
2014-06-17 23:31:32
阅读次数:
338
报错详情:Failure to transfer
com.thoughtworks.xstream:xstream:pom:1.3.1 from
http://repo.maven.apache.org/maven2 was cached in the local repository, resol...
分类:
其他好文 时间:
2014-05-26 13:27:05
阅读次数:
2261
安装STS报错
1、具体报错如下
Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted...
分类:
其他好文 时间:
2014-05-18 07:41:32
阅读次数:
230
转自:http://superseven.iteye.com/blog/1625429从eclipse中增加了maven2的插件之后,maven默认的本地库的路径是${user}/.m2/repository/下,一般windows用户的操作系统都安装在C盘,所以这个目录
下的jar包比较危险。我尝...
分类:
系统相关 时间:
2014-05-12 12:54:41
阅读次数:
448
maven2配置文件主要分为settings.xml与pom.xml两种,下面将逐一介绍。 ===================================settings.xml=========================================================...
分类:
其他好文 时间:
2014-05-10 08:29:05
阅读次数:
421