eclipse如何把Maven项目export war包

Eclipse中maven项目除了运用maven插件中的 maven package 以及命令行下执行 mvn package 执行打包,还可以利用Eclipse的export 功能,但是需要修改.classpath 中的maven classpth的配置信息:

把原来的配置信息:

修改为:

然后再export 就可以成功导出war包,这样才会同时把lib包一起导出来。

本文介绍到此结束@Michael Sun.

原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]

本文链接地址: http://www.micmiu.com/software/build/eclipse-maven-export-war/

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">