
MAVEN
babys
从4年前就开始想设计,一直想从事,没机会啊.
展开
-
maven多环境多配置文件的解决方案
需求是:1.在本地开发的时候,war包部署在本地glassfish上的时候contextroot是dev-geoflow2.在持续集成的时候,war包部署在服务器上的glassfish的时候,contextroot是geoflow3.默认情况下,使用2首先配置一个用于本地开发的profile源码打印?转载 2014-06-18 20:38:57 · 4582 阅读 · 0 评论 -
maven-war-plugin的warSourceExcludes和packagingExcludes这两个参数的区别
原文http://www.kafeitu.me/2010/11/02/maven-war-plugin-parameters-diff.html转载 2014-06-19 23:16:00 · 7510 阅读 · 0 评论 -
jenkins远程部署配置
jenkins远程部署配置1、安装Deploy Plugin插件This plugin takes a war/ear file and deploys that to a running remote application server at the end of a build. The implementation is based on Cargo. The list of转载 2014-06-20 17:30:52 · 2346 阅读 · 0 评论 -
MAVEN打包到服务器出现:Unsupported major.minor version 51.0
本地环境是JDK1.7,服务器是JDK1.6,将本地的多模块项目打包放到服务器的Tomcat中报Unsupported major.minor version 51.0错误,网上搜索得知这个现象是因为使用了高版本的Compile Level 导致,但是我由于粗心一直没有解决这个问题,因为我的项目是:项目: util子项目(jar)。 service子项目(jar原创 2014-11-30 22:52:43 · 5639 阅读 · 0 评论 -
JENKINS配置QQ邮箱接收邮件
一、登录后进入系统配置:二、配置发送的邮箱地址(注意:是在maven配置项的下面,所以容易被忽略掉。)三、剩下的邮箱服务器,账户配置记得:一定要在QQ邮箱里面配置打开POP3/SMTP哟,附图:打开SMTP:原创 2014-12-01 20:26:20 · 5080 阅读 · 7 评论 -
JAVA WEB 工程 SSH框架在Jenkins中打包前使用IDFC Maven ProGuard Plug-in混淆的错误的解决
在工程使用Jenkins中的IDFC Maven ProGuard Plug-in进行编译打包进行混淆时:1.No implementation for org.eclipse.aether.impl.VersionResolver was bound2.no classdef founderror: org/apache/maven/cli/mavenloggermanager等原创 2015-01-14 11:23:17 · 1605 阅读 · 0 评论