Ubunbu에 maven 설치

2025. 3. 4. 20:48Java

설치

# 설치
sudo apt update
sudo apt install maven -y

# 확인
mvn -version

실행

mvn clean package