maven
iteye_12399
这个作者很懒,什么都没留下…
展开
-
eclipse maven wtp jar/lib deploy
参考: http://www.redredred.com.au/m2eclipse-and-wtp/ eclipse工程(with maven & wtp)在部署的时候, 所有通过maven配置的jar都没有复制过去, 需要在 .classpath文件中添加<attributes/>部分 <classpathentry exported="true"...原创 2011-07-05 10:45:42 · 117 阅读 · 0 评论 -
wtp m2eclipse scope=provided bug
eclipse + wtp + m2eclipse 使用wtp自动部署的功能的时候, 会有scope的bug, scope取值test或者provided都会把相应的jar部署到/WEB-INF/lib下, 而命令行下mvn install产生war就没有这样的bug bug: https://issues.sonatype.org/browse/MECLIPSEWTP-126...原创 2011-07-05 21:22:38 · 99 阅读 · 0 评论 -
maven资源过滤
使用maven-->build-->resources-->resource-->filtering = true,过滤资源文件,替换资源文件中${propertyName}的部分,可以配合maven profile使用 pom.xml <build> <finalName>xxx-core</finalName&...原创 2012-07-18 13:42:19 · 100 阅读 · 0 评论