ubuntu安装maven
-
ubuntu上安装maven非常简单,直接使用apt安装
sudo apt install maven -
查看maven是否安装成功
mvn -version![2021-03-16_23-36.png]()
-
查看maven的settings.xml配置文件
whereis maven![2021-03-16_23-46.png]()
我在想我要不要写一句励志的话......
ubuntu上安装maven非常简单,直接使用apt安装
sudo apt install maven
查看maven是否安装成功
mvn -version

查看maven的settings.xml配置文件
whereis maven
