• linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse与搭建 maven 环境

1.1 上传安装处理

    apache-maven-3.0.5-bin.tar.gz 
    repository.tar.gz
    eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz

1.2 配置maven 环境

  $ mkdir .mvn

linux 下面配置eclipse 与搭建maven 环境_第1张图片

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

2.png-7.1kB

  $ vim .bash_profile

linux 下面配置eclipse 与搭建maven 环境_第2张图片

  $source .bash_profile
  $mvn -version

linux 下面配置eclipse 与搭建maven 环境_第3张图片

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

5.png-8.4kB

  $cd yangyang/mvn/conf

  $cp -p setting.xml /home/hadoop/.mvn

6.png-19.5kB

2.2安装配置eclipse (整个过程要联网)

 $tar -zxvf eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz -C yangyang

7.png-17kB

    $ 打开一个console 终端
    $cd yangyang/eclipse 

8.png-13.2kB

    $./eclipse

linux 下面配置eclipse 与搭建maven 环境_第4张图片

linux 下面配置eclipse 与搭建maven 环境_第5张图片

点击OK

linux 下面配置eclipse 与搭建maven 环境_第6张图片

关掉welcome

linux 下面配置eclipse 与搭建maven 环境_第7张图片

2.3配置maven 环境处理

linux 下面配置eclipse 与搭建maven 环境_第8张图片

linux 下面配置eclipse 与搭建maven 环境_第9张图片

linux 下面配置eclipse 与搭建maven 环境_第10张图片

linux 下面配置eclipse 与搭建maven 环境_第11张图片

linux 下面配置eclipse 与搭建maven 环境_第12张图片

2.4新建maven 工程

linux 下面配置eclipse 与搭建maven 环境_第13张图片

linux 下面配置eclipse 与搭建maven 环境_第14张图片

linux 下面配置eclipse 与搭建maven 环境_第15张图片

linux 下面配置eclipse 与搭建maven 环境_第16张图片

修改 pom.xml 文件

linux 下面配置eclipse 与搭建maven 环境_第17张图片

2.5新建source folder 目录

linux 下面配置eclipse 与搭建maven 环境_第18张图片

linux 下面配置eclipse 与搭建maven 环境_第19张图片

2.6 配置build path

linux 下面配置eclipse 与搭建maven 环境_第20张图片

linux 下面配置eclipse 与搭建maven 环境_第21张图片

2.7 maven 配置包

linux 下面配置eclipse 与搭建maven 环境_第22张图片