maven
iteye_3748
这个作者很懒,什么都没留下…
展开
-
Maven入门指南⑤:使用Nexus搭建Maven私服
[url]http://www.cnblogs.com/luotaoyeah/p/3791966.html[/url]原创 2016-12-26 09:22:22 · 69 阅读 · 0 评论 -
maven install命令
[code="CMD"] mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.1.0 -Dpackaging=jar -Dfile=D:\jar\ojdbc6-11.2.0.1.0.jar[/code]原创 2016-12-26 14:57:59 · 218 阅读 · 0 评论 -
maven 常用插件汇总
[url]http://www.cnblogs.com/lexus/archive/2012/01/23/2328877.html[/url]原创 2017-01-06 12:22:30 · 133 阅读 · 0 评论 -
maven创建web工程Spring配置文件找不到问题解决方案
maven创建web工程Spring配置文件找不到问题解决方案 [url]http://blog.csdn.net/imlmy/article/details/8263531[/url] 其实这个问题在于maven中下标签的配置 [url]http://blog.csdn.net/yinmingjuncn/article/details/52885195[/url] 我项目中的配置: ...原创 2017-02-17 11:20:55 · 231 阅读 · 0 评论 -
Maven打包跳过单元测试配置
[code="pom.xml"] ...... true [/code] UTF-8 UTF-8 1.8 3.3.2 1.9 17.0 3.0.0.RELEASE 2.0.0 [color=red] true [/color]原创 2017-02-17 11:38:19 · 125 阅读 · 0 评论 -
排除Springboot嵌套的Tomcat
spring Boot 项目的打包方式设置为 war。 [url]http://blog.csdn.net/u013378306/article/details/54693208#t1[/url] org.springframework.boot spring-boot-starter-web [color=red] ...原创 2017-02-17 11:48:11 · 296 阅读 · 0 评论 -
maven项目配置Tomcat7插件
位置: .... ...... [color=red] org.apache.tomcat.maven tomcat7-maven-plugin 2.1 9090 /qoocoCRM UTF-8 ...原创 2017-02-17 13:22:30 · 132 阅读 · 0 评论 -
maven mirror
[url=http://blog.csdn.net/u010717403/article/details/52188496]maven mirror[/url] [code="setting.xml"] alimaven aliyun maven http://maven.aliyun.com/nexus/content/...原创 2017-04-22 09:11:00 · 297 阅读 · 0 评论