Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure Maven in Linux system

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the Linux system how to configure Maven, the article is very detailed, has a certain reference value, interested friends must read it!

Maven is the most popular Java project construction system, Maven Project object Model (POM), a software project management tool that can manage project construction, reports and documents through a small piece of description information.

Linux download maven download maven installation package

Wget http://mirrors.cnnic.cn/apache/maven/maven-3/3.5.2/binaries/apache-maven-3.5.2-bin.tar.gz decompress the downloaded maven installation package and extract the path: / usr/local/maven/apache-maven-3.5.2

Tar-zxvf apache-maven-3.5.0-bin.tar.gz configuration environment variables

Vi / etc/profile

# set Maven environment export MAVEN_HOME=/usr/local/maven/apache-maven-3.5.2 export PATH=$MAVEN_HOME/bin:$PATH takes effect immediately

Source / etc/profile verification is successful

[root@MiWiFi-R3L-srv etc] # mvn-version Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d 2017-10-18T07:58:13Z) Maven home: / usr/local/maven/apache-maven-3.5.2 Java version: 1.8.000111, vendor: Oracle Corporation Java home: / usr/local/jdk1.8.0_111/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-514.10.2.el7.x86_64", arch: "amd64", family: "unix" configure image repository

Nexus-aliyun * Nexus aliyun http:maven.aliyun.com/nexus/content/groups/public/ above is all the content of this article "how to configure Maven in Linux system". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report