今天使用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
参考:
git
merge different repositories?
# in proj2:
git remote add proj1 path/to/proj1
git fetch proj1
git merge proj1/master # or whichever branch you want to merge
操作:
这里有两个仓库:Stron...
分类:
其他好文 时间:
2015-04-09 17:31:18
阅读次数:
112
操作方法:在SVN的Repositories下,找到要配置的项目,在项目目录下找到hooks文件夹,在其下创建pre-commit.bat文件,把下面复制进去就可以了(无需重启,如果改动,保存bat文件,配置就生效)================= bat文件内容 开始==============...
分类:
其他好文 时间:
2015-03-31 10:43:51
阅读次数:
238
完整的Gradle小项目:密码管理集中化 下面是配置范例 build.gradle: apply?plugin:?‘groovy‘
repositories?{
mavenLocal()
????mavenCentral()
}
dependencies?{
????compile?‘org.codehaus.gro...
分类:
其他好文 时间:
2015-03-28 19:04:48
阅读次数:
256
1、在线安装然后打开File -> Settings -> Pugins -> Browse Repositories 如下,输入android parcelable code generator搜索到直接下就行(但是你应该下载不成功,为啥呢,你懂得****,请看离线安装)!2、离线安装,点击这里下...
分类:
移动开发 时间:
2015-03-28 17:12:57
阅读次数:
155
apply?plugin:?‘groovy‘
repositories?{
mavenLocal()
????mavenCentral()
}
dependencies?{
????compile?‘org.codehaus.groovy:groovy-all:2.3.7‘
compile?‘org.apache.ant:ant:1.9.4‘
???...
分类:
其他好文 时间:
2015-03-28 08:57:55
阅读次数:
144
问题描述
通过执行“mvn clean deploy” 命令 将 Maven 项目发布到 Nexus 私服时,控制台输出了如下警告信息:
[INFO] Downloaded: dav:http://maven.mysite.com/content/repositories/snapshots/${groupId}/${artifactId}/${version}/maven-metad...
分类:
其他好文 时间:
2015-03-19 11:33:17
阅读次数:
223
rmp包http://download.opensuse.org/repositories/home:/colomboem/CentOS_7/x86_64/dukto-6.0-13.1.x86_64.rpm# rpm -iv dukto-6.0-13.1.x86_64.rpm 警告:dukto-6....
分类:
其他好文 时间:
2015-03-13 23:39:38
阅读次数:
412
Asp.net mvc 5 CRUD代码自动生成工具-Visual Studio.net2013 Saffolding功能扩展上次做过一个《Asp.net webform scaffolding结合Generic Unit of Work & (Extensible) Repositories Fr...
分类:
Web程序 时间:
2015-02-13 16:09:35
阅读次数:
227
首先在项目的pom.xm文件中配置:
releases
releases repo
http://localhost:8081/nexus/content/repositories/releases/
snapshots
s...
分类:
其他好文 时间:
2015-02-12 09:18:44
阅读次数:
158