Install the Maven in your computer

While, this blog will talk about installing the Maven in your computer.

There are three steps as follow, and all operations are very simply. I realized to my sence that you can do it with this blog.

good luck. Now, let‘s begin.

Step one : Download the resource from the Apache

You should download the ZIP resource from theApache first.

the Maven web site is : http://maven.apache.org/index.html

I have been downlaoded the Apache Maven 3.2.2

and the screen shot as follow:

Step two: Unzip the resource to your computer

If you have been downloaded the Maven ZIP resource, next, you should UNZIP the resource to your computer

I unziped the resource to my computer as follow:

//Step three: Setting the environment variable

The third step that setting the environment variable(s)

you can do as same as me

one: Create a new environment variable "MAVEN" and set the value as your maven postion in your computer

two : Add the "MAVEN" to environment "path"

three : Go to windows console and input the command "mvn -version"

If you get the above result, Congratulations, you have been installed Maven successfully.

========================================================

多读一些书,英语很重要。

More reading,and english is important.

I‘m Hongten

========================================================

Install the Maven in your computer,布布扣,bubuko.com

时间: 2024-10-12 03:31:19

Install the Maven in your computer的相关文章

eclipse中的maven build、maven clean、maven install和maven test的区别

eclipse中的maven build.maven clean.maven install和maven test的区别 https://www.cnblogs.com/Marydon20170307/p/9928241.html 原文地址:https://www.cnblogs.com/yuyu666/p/10049853.html

Install Apache Maven on Ubuntu

Download the Apache maven from this link https://maven.apache.org/download.cgi, extract the download archive, can also use the command. cd ~/Downloads wget http://apache.mirrors.timporter.net/maven/maven-3/3.1.1/binaries/apache-maven-3.1.1-bin.tar.gz

Using Maven to generate a Java Project or Web project

I often to generate a Java project or Web project with Eclipse tool. Well, I have no idea when I want to generate a Java project or Web project with the command window in the Windows 7. So, I think I need to record how to generate a Java project or W

eclipse install maven m2e-eclipse 离线安装m2e插件以及eclipse.ini配置-vm参数

Because of the work requirement, I need to use Eclipse version 3.7.2 (Indigo) & maven 0.10.2 But the network condition is so poor to install this maven online. So I need to search a way to install this offline. 1. Download all files from http://m2ecl

Maven简介与安装

Maven是跨平台的项目管理工具,它是开源的,主要服务基于java平台的项目构建.依赖管理和项目信息管理. Maven作为一个构建工具非常的强大,能够帮我们自动化构建过程,从清理.编译.测试到生成报告,再到打包和部署.我们不需要也不应该一遍遍的输入命令,一次次的点击鼠标,我们要做的是使用Maven配置好项目,输入简单的命令(maven clean install),Maven就会帮我们处理好那些繁琐的任务. Maven作为构建工具的其中一个优点,就是能帮助我们标准构建过程.在Maven之前,十个

有关使用Maven常见问题总结(Eclipse中使用Maven、Maven项目部署到tomcat等问题)

最近一些项目需要让Maven来管理,一种情况是将之前的eclipse的Java Project项目和Web project 加入Maven管理,还有一种情况是,将SVN上的Maven项目拉到本地,在eclipse中使用时遇到的一些棘手问题,问题过程和解决具体方案如下: 1.在eclipse中安装maven插件后启动eclipse时,会遇到如下警告: The Maven Integration requires that Eclipse be running in a JDK, because a

Maven提高篇系列之(一)——多模块 vs 继承

这是一个Maven提高篇的系列,包含有以下文章: Maven提高篇系列之(一)——多模块 vs 继承 Maven提高篇系列之(二)——配置Plugin到某个Phase(以Selenium集成测试为例) Maven提高篇系列之(三)——使用自己Repository(Nexus) Maven提高篇系列之(四)——使用Profile Maven提高篇系列之(五)——处理依赖冲突 Maven提高篇系列之(六)——编写自己的Plugin(本系列完) 通常来说,在Maven的多模块工程中,都存在一个pom类

maven小试牛刀

Maven是一个采用纯Java编写的开源项目管理工具.Maven采用了一种被称之为project object model (POM)概念来管理项目,所有的项目配置信息都被定义在一个叫做POM.xml的文件中,通过该文件,Maven可以管理项目的整个声明周期,包括编译,构建,测试,发布,报告等等.目前Apache下绝大多数项目都已经采用Maven进行管理.而Maven本身还支持多种插件,可以方便更灵活的控制项目. 构建 理解maven的第一步我们需要知道构建是什么?<maven实战>这本书里写

ubuntu 安装maven提示出错 The program &amp;#39;mvn&amp;#39; can be found in the following packages

问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 [Then pressed Enter] export M2=$M2_HOME/bin [Then pressed En