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.6.0:system 这个问题很奇怪,相同的代码,运行到我本地的Eclipse中时,没有发现问题,说明应该是环境配置的问题。(JDK?maven,Eclipse...
分类:
系统相关 时间:
2014-07-16 23:00:49
阅读次数:
338
在Gradle1.3之前,Publishing artifacts是使用uploadConfigurationName来publish声明artifacts是靠使用build.gradle artifacts { artifact }声明。生成artifact:可以使用三种途径:1、使用已...
分类:
其他好文 时间:
2014-07-16 20:54:27
阅读次数:
211
1. 依赖配置 依赖可以声明如下: Xml代码 ... group-a artifact-a 1.0
分类:
其他好文 时间:
2014-07-07 14:57:00
阅读次数:
258
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的本地仓库在C盘下用户目录: .m2/repository。所有的maven构件(artifact)都被存储到该仓库中,以方便重用。
但是放在C盘一个是占用空间, 还有就是不太安全, 万一要重装系统就悲剧了... 本篇就介绍下如何修改maven的本地仓库路径。
二. 配置步骤
1. 手动创建本地仓库的...
分类:
其他好文 时间:
2014-07-02 08:19:41
阅读次数:
214
tomcat
edit configurations配置问题:
在deployment选项卡内加入artifact到服务器,在Application context选择应用的上下文路径。
热部署:
在tomcat配置 Server选项卡内 On Update action 选择Update classes and resource
...
分类:
其他好文 时间:
2014-06-18 07:03:44
阅读次数:
231
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
??
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
下载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