Maven Build  Goals:

                 clean  清除编译,compile  编译,test  编译并测试,install 打包并发送到本地仓库,package 只是打成jar包,并不会发送到本地仓库


测试:

run as maven build..

goals 输入 clean test


打包:

run as maven build..

goals 输入 clean package


打包并发送到本地仓库:

run as maven build..

goals 输入 clean install

GitHub 加速计划 / ma / maven
4.38 K
2.67 K
下载
Maven: Apache Maven是一个开源的项目管理和构建工具,主要用于Java项目。适合需要自动化项目构建和依赖管理的开发者。特点包括约定优于配置、易于使用和社区驱动。
最近提交(Master分支:2 个月前 )
12b3dae3 * Add cache for all steps * Pass through the maven.repo.loca.tail property 5 天前
ab7d766c This is just a cleanup of exception usage (by making them checked, fixing compiler issues, and undoing the change). There are at least two bugs (runtime escapes) fixed in this PR. 6 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐