Maven项目打包

Posted nachdenken

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven项目打包相关的知识,希望对你有一定的参考价值。

1、右键项目Run as→Maven install

2、打包后的.war文件会存放在目录../target下(xxxxxx.war)

3、将xxxxxx.war拷贝C:\apache-tomcat-7.0.86\webapps,然后在C:\apache-tomcat-7.0.86\bin点击startup运行tomcat

以上是关于Maven项目打包的主要内容,如果未能解决你的问题,请参考以下文章

maven打包版本号问题

IDEA使用Maven打包Spark项目报错,求大神指点下

maven打包项目

maven项目打包以及依赖的问题:现有项目A,B两个,A项目依赖了很多第三方jar,现在B项目需要依赖A项目--

maven项目打包插件:将maven项目打包成一个可执行的jar(瘦jar)

打包maven项目