Configure Maven under Mac and integrate into Ecclipse (Mac 10.12)

Source: Internet
Author: User

1, to the official website download maven,http://maven.apache.org/download.cgi

Download the tar.gz package, rename it to Maven3, and copy it to the/usr/local directory.

2. Configure Environment variables

Run command

Vim ~/.BASHRC

Insert at end

Export Maven_home=/usr/local/maven3path=${path}:${maven_home}/bin

Tip: Insert Press the I key, exit press EXC, and enter: Wq to save and exit.

To make the environment variable effective, enter:

SOURCE ~/.BASHRC

To see if MAVEN was successfully installed, command-line input

Mvn-v

The expression succeeded:

3. Configuring Eclipse

Preference settings in Eclipse

After the configuration, basically complete.

4. New MAVEN project to test

The new project structure is as follows:

At this point, you can see that the jar package is being downloaded.

Wait a moment.

Then right-click on the project, Run As,maven build, and then fill in the parameters:

The results of the view build are as follows, indicating success:

Here, the configuration is all done.

Configure Maven under Mac and integrate into Ecclipse (Mac 10.12)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.