码迷,mamicode.com
首页 >  
搜索关键字:artifact    ( 1496个结果
maven 遇见的问题
Missing artifact javax.transaction:jta:jar:1.0.1Bjavajavaofficialrepositoryhttp://download.java.net/maven/2/Missing artifact net.sf.json-lib:json-lib:...
分类:其他好文   时间:2015-04-15 18:37:42    阅读次数:106
在MyEclipse中如何创建Maven项目
1. 创建一个Maven4MyEclipse项目 (1)选择File> New,然后选择您要创建项目的类型。您可以添加Maven来支持Web、EJB、EAR和常规的Java项目。 (2)在新建的项目窗口上填写字段,选择Add Maven Support复选框,然后单击下一步直到抵达Artifact页面。 添加Maven支持 (3)输入Group ID和Artifac...
分类:系统相关   时间:2015-04-15 11:31:35    阅读次数:198
Maven中的核心概念
上一篇我们已经第一次运行了Maven,是时候介绍一些Maven的核心概念了。在之前的例子中,我们生了一个项目,它包含了一个POM和一些源代码,它们一起组成了Maven的标准目录布局。之后你用生命周期阶段(phase)作为参数来运行Maven,这个阶段会提示Maven运行一系列Maven插件的目标。最后,我们把Maven构件(artifact)安装(install)到了你本地仓库(repository...
分类:其他好文   时间:2015-04-14 14:40:14    阅读次数:268
文章标题
今天使用Eclipse新建Maven项目时报错,错误日志如下: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories. Could not write artifact lastUpdated st...
分类:其他好文   时间:2015-04-14 00:47:16    阅读次数:261
Could not calculate build plan: Plugin org.apache.
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven....
分类:Web程序   时间:2015-04-10 13:45:40    阅读次数:140
maven提示错误的解决办法
import或者new一个的maven project的时候,提示如下错误Description Resource Path Location TypeCannot read lifecycle mapping metadata for artifact org.apache.maven.plugi...
分类:其他好文   时间:2015-04-05 17:22:39    阅读次数:347
maven eclipse jetty debug
可以通过查看最近版本:http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server在pom.xml中添加:org.eclipse.jettyjetty-maven-plugin9.2.10.v20150310stop559910/$...
分类:系统相关   时间:2015-03-18 12:04:24    阅读次数:180
maven添加Spring jar
双击打开,可以直接在pom.xml添加代码,其实对于初学者没必要这样添加,打开后:点击add:再添加spring-webmvc spring-orm就够springMVC的基本开发了添加之后,版本不同可能jar包也不同第一次添加可能会有点慢,需要网络,若出现类似提示Missing artifact ...
分类:编程语言   时间:2015-03-11 17:00:05    阅读次数:246
Maven实战(十一)eclipse下载依赖jar包出问题
问题描述 在pom.xml中配置了依赖,但是提示依赖不成功,或在本地仓库找不到相关依赖 大致错误如下: ArtifactDescriptorException: Failed to read artifact descriptor for commons-beanutils:commons-bean...
分类:编程语言   时间:2015-03-11 12:18:44    阅读次数:304
xib
虽然,文件扩展名为.xib,我们仍将其称为nib文件。“nib"是NeXT Interface Builder的缩写,是Cocoa的一个文件(artifact),由NeXT公司开发。nib文件是包含被冻结的对象的二进制文件,而.xib文件是XML格式的nib文件。在编译时,.xib文件将编译为nib...
分类:其他好文   时间:2015-03-10 22:51:47    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!