
maven
usench_10000
这个作者很懒,什么都没留下…
展开
-
Jenkins+SVN+Maven+Shell 实现项目一键发布
转:http://jdkleo.iteye.com/blog/2159844 Jenkins+SVN+Maven+Shell 实现项目一键发布 一、前言 众所周知,Jenkins默认情况下可以实现项目更新(通过SVN),和项目发布,通过(MAVEN插件),但是这种情况下发布到一些容器底下(如Tomcat)时,经过多次发布后JVM会报OutOfMemoryError PermGen ...原创 2016-05-26 11:49:10 · 116 阅读 · 0 评论 -
Maven nexus 管理员密码重置
原文链接:http://blog.sina.com.cn/s/blog_76248ee40100ulvw.html If you had the user's email address set properly (and the smtp configuration set properly), you could click login in the UI and select...原创 2016-06-15 09:19:42 · 433 阅读 · 0 评论 -
Maven: 如何在properties文件中获取maven的 pom.xml 的键值
原文链接:http://blog.youkuaiyun.com/bigtree_3721/article/details/51898095 如何在properties文件中获取maven的 pom.xml 的键值? 答案就是:在资源文件(*.properties)中放置pom.xml预先设置的变量, 在执行mvn package时就会自动将变量替换为真实值 例如: 1. 我们在src...原创 2016-08-26 15:39:04 · 444 阅读 · 0 评论