- 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
$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安装配置eclipse (整个过程要联网)
$tar -zxvf eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz -C yangyang
$ 打开一个console 终端
$cd yangyang/eclipse
$./eclipse
点击OK
关掉welcome
2.3配置maven 环境处理
2.4新建maven 工程
修改 pom.xml 文件
2.5新建source folder 目录
2.6 配置build path
2.7 maven 配置包
原文地址:http://blog.51cto.com/flyfish225/2096439
时间: 2024-10-09 23:27:23