设为首页 收藏本站
查看: 528|回复: 0

[经验分享] Apache Maven ReadMe 文档翻译

[复制链接]

尚未签到

发表于 2016-12-30 11:23:34 | 显示全部楼层 |阅读模式
  
                          Apache Maven

  What is it?
  -----------

  Maven is a software project management and comprehension tool. Based on
  Maven是一个软件项目管理和综合工具。
  the concept of a Project Object Model (POM), Maven can manage a project's
  基于项目对象模型概念,通过一个中央信息块,Maven 能够管理项目构建、发布和文档生成
  build, reporting and documentation from a central piece of information.

  Documentation
  文档
  -------------

  The most up-to-date documentation can be found at http://maven.apache.org/.
    在 http://maven.apache.org/.中可以找到最新的文档
  Release Notes
  发行说明
  -------------

  The full list of changes can be found at http://maven.apache.org/release-notes.html.
  在http://maven.apache.org/release-notes.html中可能发现完成的更新列表
  System Requirements
  系统要求
  -------------------

  JDK:
    1.6 or above (this is to execute Maven - it still allows you to build against 1.3
    1.6及以上版本(这用于执行Maven-它也允许你运行在1.3甚至更早的jdk版本上)
    and prior JDK's).
  Memory:
  内存:
    No minimum requirement.
    没有最小限制
  Disk:
  硬盘:
    Approximately 10MB is required for the Maven installation itself. In addition to
    安装Maven大约需要10MB的空间。除此之外,
    that, additional disk space will be used for your local Maven repository. The size
    多余的磁盘空间将被用作你本地的Maven库。
    of your local repository will vary depending on usage but expect at least 500MB.
     你本地的库空间大小将取决你自己的使用量,但是建议在500MB以上
  Operating System:
  操作系统
    No minimum requirement. Start up scripts are included as shell scripts and Windows
    没有最小限制,启动脚本包含shell文件和window的批处理文件。
    batch files.

  Installing Maven
  安装Maven
  ----------------

  1) Unpack the archive where you would like to store the binaries, eg:
    将文档解压到你指定的目录
    Unix-based operating systems (Linux, Solaris and Mac OS X)
    基于unix操作系统(Linux, Solaris and Mac OS X)
      tar zxvf apache-maven-3.x.y.tar.gz
    Windows
    Windows 系统
      unzip apache-maven-3.x.y.zip

  2) A directory called "apache-maven-3.x.y" will be created.
     “apache-maven-3.x.y”目录将被创建

  3) Add the bin directory to your PATH, eg:
     将二进制文件目录加入你的PATH环境变量中
    Unix-based operating systems (Linux, Solaris and Mac OS X)
    基于unix操作系统(Linux, Solaris and Mac OS X)
      export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH
    Windows
    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 JDK
     确保JAVA_HOME 环境变量已经成功设置了

  5) Run "mvn --version" to verify that it is correctly installed.
     运行 "mvn --version" 来验证Maven已经正确安装

  For complete documentation, see http://maven.apache.org/download.html#Installation
  想要查看全部的文档,请查看http://maven.apache.org/download.html#Installation
  Licensing
  许可
  ---------

  Please see the file called LICENSE.
  请查看名为LICENSE的文档

  Maven URLS
  ----------

  Home Page:          http://maven.apache.org/
  Downloads:          http://maven.apache.org/download.html
  Release Notes:      http://maven.apache.org/release-notes.html
  Mailing Lists:      http://maven.apache.org/mail-lists.html
  Source Code:        https://git-wip-us.apache.org/repos/asf/maven.git/apache-maven
  Issue Tracking:     http://jira.codehaus.org/browse/MNG
  Wiki:               https://cwiki.apache.org/confluence/display/MAVEN/
  Available Plugins:  http://maven.apache.org/plugins/index.html
  有效插件

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-321632-1-1.html 上篇帖子: iis 和apache的区别 下篇帖子: Apache下载地址
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表