ubuntu安装JDK及设置全局配置变量
ubuntu上安装maven非常简单,直接使用apt安装
sudo apt install maven
查看maven是否安装成功
mvn -version
查看maven的settings.xml配置文件
whereis maven