maven打包方法
1、打开cmd,进入到项目的根目录
2、执行命令:mvn clean package
等待结束。
结束后到目录的target子目录中找jar文件即可
相关文章
- 01-03Maven : 将Jar安装到本地仓库和Jar上传到私服[转]
- 01-03Maven 打包项目到私服 (deploy)
- 01-03Maven实战(四)生命周期
- 01-03Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:2.0.1.RELEASE from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempt
- 01-03解决 Maven was cached in the local repository, resolution will not be reattempted until the update interv
- 01-03Maven项目指定JDK版本
- 01-03通过 maven 命令来查看 jar 包的引用关系
- 01-03idea 配置maven中的springMVC框架
- 01-03maven中使用jstl
- 01-03如何通过Maven的Jetty插件运行Web工程