
maven
jackpk
这个作者很懒,什么都没留下…
展开
-
maven安装
maven安装1.下载maven下载地址:http://maven.apache.org/download.html我下载的版本是:apache-maven-3.0.4-bin.tar.gz。 2.安装maven详细可参考apache-maven-3.0.4-bin.tar.gz中的README.txt(1)将下载下来的apache-maven-3.0.4-bin.ta原创 2013-03-16 23:51:55 · 1775 阅读 · 0 评论 -
Maven 修改本地存储库位置
Maven 修改本地存储库位置ref url: http://hi.baidu.com/zyh010/item/862a75dc97f3bf52d73aaec3 step1:默认会放在~/.m2/repository目录下 (“~”代表用户的目录,比如windows下一般都是C:\Documents and Settings\[你的用户名]\。由于“Documents and Set转载 2013-03-17 01:07:57 · 27102 阅读 · 0 评论 -
怎样在nexus 中 搜索到远程maven仓库中的jar 文件
怎样在nexus 中 搜索到远程maven仓库中的jar 文件url: http://www.oschina.net/question/95712_21999 点击Administration菜单下面的Repositories,将 Central的 Download Remote Indexes修改为true。然后在这个仓库上右键,选择updateIndex,这样Nexus就转载 2014-03-02 13:07:26 · 5858 阅读 · 1 评论 -
使用nexus代理maven仓库更新索引笔记
使用nexus代理maven仓库更新索引笔记 url: http://rain999.iteye.com/blog/1555210参考网上搜索文章,备用。 使用nexus代理maven仓库更新索引的方法。 1,下载http://repo1.maven.org/maven2/.index/nexus-maven-repository-index.zip 【jackpk注:http转载 2014-03-11 22:48:37 · 6951 阅读 · 3 评论 -
MyEclipse M2_REPO变量调整
Window >> Preferences >> MyEclipse >> Maven4MyEclipse >> User Settings>> 选择/填写setting.xml路径,如:C:\Documents and Settings\Administrator\.m2\settings.xml>> Update Settings >> Reindex原创 2014-10-27 14:18:43 · 1425 阅读 · 0 评论 -
maven 教程一 入门
maven 教程一 入门url: http://wentao365.iteye.com/blog/903396/2011-02-11 10:34Maven是一个采用纯Java编写的开 源项目管理工具。Maven采用了一种被称之为project object model (POM)概念来管理项目,所有的项目配置信息都被定义在一个叫做POM.xml的文件中,通过该文件,Mave转载 2015-12-19 01:16:26 · 565 阅读 · 0 评论 -
maven目录
maven url:http://wentao365.iteye.com/blog/7780872010-10-07 13:18 转载 2015-12-19 01:17:55 · 429 阅读 · 0 评论 -
maven 教程二 深入
maven 教程二 深入url:http://wentao365.iteye.com/blog/903513紧接 《maven 教程一 入门》 一:编写POM 引用<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta转载 2015-12-19 01:19:33 · 467 阅读 · 0 评论 -
wrapper | The nexus-webapp service is not installed - The specified service does not exist
wrapper | The nexus-webapp service is not installed - The specified service does not existurl: http://www.cnblogs.com/shannyn/archive/2012/07/04/2576875.html解决方式是到 D:\Program\nexus-2.0.6-bundle\ne转载 2015-12-19 02:12:52 · 3836 阅读 · 1 评论