ubuntu安装maven
时间:2021-03-17 00:23:24
收藏:0
阅读:31
-
ubuntu上安装maven非常简单,直接使用apt安装
sudo apt install maven -
查看maven是否安装成功
mvn -version
-
查看maven的settings.xml配置文件
whereis maven
原文:https://www.cnblogs.com/iread9527/p/14546808.html
评论(0)