Configure Eclipse and build a MAVEN environment under Linux

Source: Internet
Author: User
Tags gtk

    • Configure Eclipse and build a MAVEN environment under Linux
Configure Eclipse and build MAVEN environment under Linux 1.1 upload and install processing
    apache-maven-3.0.5-bin.tar.gz     repository.tar.gz    eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
1.2 Configuring the MAVEN environment
  $ mkdir .mvn

  $tar -zxvf apache-maven-3.0.5-bin.tar.gz -C yangyang/

  $ vim .bash_profile

  $source .bash_profile  $mvn -version

  $ tar -zxvf repository.tar.gz -C .mvn

  $cd yangyang/mvn/conf  $cp -p setting.xml /home/hadoop/.mvn

2.2 Installation configuration eclipse (entire process to be networked)
 $tar -zxvf eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz -C yangyang
    $ 打开一个console 终端    

    $./eclipse

点击OK

关掉welcome

2.3 Configuring MAVEN Environment processing

2.4 New MAVEN Project

Modify the Pom.xml file

2.5 New source Folder directory

2.6 Configuration Build Path

2.7 Maven Configuration Pack

Configuring Eclipse and setting up a MAVEN environment under Linux

Related Article

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.