博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
2) 下载Maven
阅读量:5297 次
发布时间:2019-06-14

本文共 1094 字,大约阅读时间需要 3 分钟。

 

Maven 3.3.3 (Binary tar.gz)

Maven 3.3.3 (Binary zip)

Maven 3.3.3 (Source tar.gz)

Maven 3.3.3 (Source zip)

注:具体版本以官网为准。

这几个包的区别:

Installing Maven  ----------------1) Unpack the archive where you would like to store the binaries, eg:Unix-based operating systems (Linux, Solaris and Mac OS X) tar zxvf apache-maven-3.x.y.tar.gz    Windows unzip apache-maven-3.x.y.zip2) A directory called "apache-maven-3.x.y" will be created.3) Add the bin directory to your PATH, eg:Unix-based operating systems (Linux, Solaris and Mac OS X) export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH    Windows set PATH="c:\program files\apache-maven-3.x.y\bin";%PATH%4) Make sure JAVA_HOME is set to the location of your JDK5) Run "mvn --version" to verify that it is correctly installed.

                                                                                                                                                            ——摘自“README.txt"

所以区别显而易见:

.tar.gz用于linux

.zip 用于windows

另外src.zip 是源码

.zip 是安装包

下载之前版本

https://maven.apache.org/download.cgi

If you still want to use an old version you can find more information in the  and can download files from the  for versions 3.0.4+ and  for earlier releases.

转载于:https://www.cnblogs.com/zno2/p/4496566.html

你可能感兴趣的文章
简单了解HashCode()
查看>>
闭包理解
查看>>
asp.net C#后台实现下载文件的几种方法(全)
查看>>
Web前端开发工程师的具备条件
查看>>
为什么要用日志框架 Logback 基本使用
查看>>
实用Android开发工具和资源精选
查看>>
TileMap
查看>>
JS属性大全
查看>>
java复制文件
查看>>
第一册:lesson seventy nine.
查看>>
GCD的同步异步串行并行、NSOperation和NSOperationQueue一级用dispatch_once实现单例
查看>>
团队作业
查看>>
数据持久化时的小bug
查看>>
mysql中key 、primary key 、unique key 与index区别
查看>>
bzoj2257
查看>>
Linux查看文件编码格式及文件编码转换<转>
查看>>
Leetcode: Find Leaves of Binary Tree
查看>>
Vue 模板解释
查看>>
http://www.bootcss.com/
查看>>
20145308 《网络对抗》 注入shellcode+Return-to-libc攻击 学习总结
查看>>