码迷,mamicode.com
首页 >  
搜索关键字:artifact    ( 1496个结果
maven
CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for...
分类:其他好文   时间:2014-08-05 19:42:30    阅读次数:236
Eclipse maven工程 Missing artifact com.sun:tools:jar:1.5.0:system 解决方法
今天同事在使用eclipse,引入一个新的maven工程时报错: Missing artifact com.sun:tools:jar:1.6.0:system 这个问题很奇怪,相同的代码,运行到我本地的Eclipse中时,没有发现问题,说明应该是环境配置的问题。(JDK?maven,Eclipse...
分类:系统相关   时间:2014-07-16 23:00:49    阅读次数:338
Gradle 1.3之前的Publishing artifacts
在Gradle1.3之前,Publishing artifacts是使用uploadConfigurationName来publish声明artifacts是靠使用build.gradle artifacts { artifact }声明。生成artifact:可以使用三种途径:1、使用已...
分类:其他好文   时间:2014-07-16 20:54:27    阅读次数:211
Maven依赖(转)
1. 依赖配置 依赖可以声明如下: Xml代码 ... group-a artifact-a 1.0
分类:其他好文   时间:2014-07-07 14:57:00    阅读次数:258
Linux 下 Eureka 服务器的部署
1. 查看 Linux 相关信息        版本查看# cat /etc/issueCentOS release 6.5 (Final)        位数查看# getconf LONG_BIT64        第 2 - 4 步是 Eureka Server war 包的构建,如果你嫌自己构建麻烦可以去 http://mvnrepository.com/artifact/com.netf...
分类:系统相关   时间:2014-07-06 09:40:21    阅读次数:2657
Maven本地仓库配置
一. 为什么配置 默认情况下,maven的本地仓库在C盘下用户目录: .m2/repository。所有的maven构件(artifact)都被存储到该仓库中,以方便重用。 但是放在C盘一个是占用空间, 还有就是不太安全, 万一要重装系统就悲剧了...   本篇就介绍下如何修改maven的本地仓库路径。  二. 配置步骤 1. 手动创建本地仓库的...
分类:其他好文   时间:2014-07-02 08:19:41    阅读次数:214
idea 使用问题总结
tomcat     edit configurations配置问题:         在deployment选项卡内加入artifact到服务器,在Application context选择应用的上下文路径。     热部署:             在tomcat配置 Server选项卡内 On Update action 选择Update classes and resource ...
分类:其他好文   时间:2014-06-18 07:03:44    阅读次数:231
UML的基础元件之架构元件(四)
Structural Things An artifact is a physical and replaceable part of a system that contains physical information (“bits”). In a system, you’ll encounter different kinds of deployment artifacts...
分类:其他好文   时间:2014-06-17 23:08:40    阅读次数:258
UML的基本图(三)
?? An artifact diagram shows the physical constituents of a system on the computer. Artifacts include files, databases, and similar physical collections of bits. Artifacts are often used in conjunct...
分类:其他好文   时间:2014-06-17 16:11:28    阅读次数:287
missing artifact com.oracle:ojdbc14:jar:10.2.0.2.0解决办法
下载jar,导入到maven中 下载:http://download.csdn.net/detail/spring123tt/6991897 cmd中输入: mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14 -Dve...
分类:数据库   时间:2014-06-03 09:06:00    阅读次数:370
1496条   上一页 1 ... 147 148 149 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!