clean: 移除本地target文件
package: 打到本项目的target下
install: 打到本地仓库中,供其他本地项目使用
deploy: 打到远程仓库中
compile: 编译代码
test: 运行测试用例
maven工具的作用
最新推荐文章于 2025-04-13 21:46:06 发布
clean: 移除本地target文件
package: 打到本项目的target下
install: 打到本地仓库中,供其他本地项目使用
deploy: 打到远程仓库中
compile: 编译代码
test: 运行测试用例