码迷,mamicode.com
首页 >  
搜索关键字:artifact    ( 1496个结果
maven build 产生 Missing artifact org.jboss.logging:jar:3.1.0.GA解决方法
##报错来源分析 由于hibernate-entitymanager 需要jboss logging 。由于或多或少的原因导致 maven无法下载相关的jar文件。##解决办法: 访问 http://search.maven.org 搜索jboss-logging 点击all, 找到相...
分类:其他好文   时间:2014-05-25 23:23:26    阅读次数:401
Missing artifact com.sun:tools:jar:1.5.0解决的方法
前一阵子下了最新的JavaEE版本号的eclipse,导入mavenproject之后,pom文件一直报Missing artifact com.sun:tools:jar:1.5.0。非常纳闷,tools.jar是jdk自带的jar包。查了一下pom依赖图,原来是struts-core依赖了这个....
分类:其他好文   时间:2014-05-25 03:29:59    阅读次数:228
Maven介绍,包括作用、核心概念、用法、常用命令、扩展及配置
由浅入深,主要介绍maven的用途、核心概念(Pom、Repositories、Artifact、Build Lifecycle、Goal)、用法(Archetype意义及创建各种项目)、maven常用参数和命令以及简单故障排除、maven扩展(eclipse、cobertura、findbugs、...
分类:其他好文   时间:2014-05-24 00:50:54    阅读次数:434
Install jar manually into maven and Nexus
Sometimesthemavenbuildingjustneedsoneormore3rdpartyjars,andthejarscannotbedownloadedandinstalledautomaticallybyInternet.Thenyoucaninstallthesejarsmanually.1st.Installa3rdpartyjarpackageintomavenrepositormvninstall:install-file-DgroupId=<jar‘sgroupdId>..
分类:其他好文   时间:2014-05-14 17:23:24    阅读次数:343
Missing artifact com.sun:tools:jar:1.5.0解决办法
前一阵子下了最新的JavaEE版本的eclipse,导入maven工程之后,pom文件一直报Missing artifact com.sun:tools:jar:1.5.0。很纳闷,tools.jar是jdk自带的jar包。查了一下pom依赖图,原来是struts-core依赖了这个jar包。     试了网上的各种方法,只有把jdk的tools.jar复制到本地仓库,报错才消失。...
分类:其他好文   时间:2014-05-10 09:21:34    阅读次数:449
pom文件miss artifact com.sun:tools:jar:1.5.0:system问题
问题现象: 导入新的maven项目时,有时候pom.xml文件会提示一个错误信息:Missing artifact com.sun:tools:jar:1.5.0:system 问题原因: maven是需要使用Jdk中的tools工具,而eclipse使用的是jre的运行环境,导致maven无法找到Jdk工具包tools.jar 解决方法: 1>将eclipse修改为jd...
分类:其他好文   时间:2014-05-01 17:56:11    阅读次数:343
1496条   上一页 1 ... 148 149 150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!