1. Apache Maven
  2.  
  3. What is it?
  4. -----------
  5.  
  6. Maven is a software project management and comprehension tool.
  7. Based on the concept of a Project Object Model (POM),
  8. Maven can manage a project's build,
  9. reporting and documentation from a central piece of information.
  10.  
  11. Documentation
  12. -------------
  13.  
  14. The most up-to-date documentation can be found at http://maven.apache.org/.
  15.  
  16. Release Notes
  17. -------------
  18.  
  19. The full list of changes can be found at http://maven.apache.org/release-notes.html.
  20.  
  21. System Requirements
  22. -------------------
  23.  
  24. JDK: 1.6 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's).
  25.  
  26. Memory: No minimum requirement.
  27.  
  28. Disk: Approximately 10MB is required for the Maven installation itself.
  29. In addition to that,additional disk space will be used for your local Maven repository.
  30. The size of your local repository will vary depending on usage but expect at least 500MB.
  31. Operating System:No minimum requirement.
  32.  
  33. Start up scripts are included as shell scripts and Windows batch files.
  34.  
  35. Installing Maven
  36. ----------------
  37.  
  38. 1) Unpack the archive where you would like to store the binaries, eg:
  39.  
  40. Unix-based operating systems (Linux, Solaris and Mac OS X)
  41. tar zxvf apache-maven-3.x.y.tar.gz
  42.  
  43. Windows
  44. unzip apache-maven-3.x.y.zip
  45.  
  46. 2) A directory called "apache-maven-3.x.y" will be created.
  47. 3) Add the bin directory to your PATH, eg:
  48.  
  49. Unix-based operating systems (Linux, Solaris and Mac OS X)
  50. export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH
  51.  
  52. Windows
  53. set PATH="c:\program files\apache-maven-3.x.y\bin";%PATH%
  54.  
  55. 4) Make sure JAVA_HOME is set to the location of your JDK
  56. 5) Run "mvn --version" to verify that it is correctly installed.
  57.  
  58. For complete documentation, see http://maven.apache.org/download.html#Installation
  59.  
  60. Licensing
  61. ---------
  62. Please see the file called LICENSE.
  63.  
  64. Maven URLS
  65. ----------
  66.  
  67. Home Page: http://maven.apache.org/
  68. Downloads: http://maven.apache.org/download.html
  69. Release Notes: http://maven.apache.org/release-notes.html
  70. Mailing Lists: http://maven.apache.org/mail-lists.html
  71. Source Code: https://git-wip-us.apache.org/repos/asf/maven.git/apache-maven
  72. Issue Tracking: http://jira.codehaus.org/browse/MNG
  73. Wiki: https://cwiki.apache.org/confluence/display/MAVEN/
  74. Available Plugins: http://maven.apache.org/plugins/index.html

1) Apache Maven 's README.txt的更多相关文章

  1. 2016.6.21 maven使用cmd新建项目时,failed to execute goal org.apache.maven.plugins:maven-archetye-plugin:2.4:generate...

    在学习maven的时候,想要新建一个maven工程,在命令行执行create或generate命令. 错误如图所示: failed to execute goal org.apache.maven.p ...

  2. Maven进行install的时候报错,COMPILATION ERROR : Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.13:test (default-test) on project cmu: There are test failures.

    maven进行install的时候,test类里面报错: COMPILATION ERROR : [INFO] -------------------------------------------- ...

  3. Apache Maven(二):构建生命周期

    Maven 约定的目录结构 我要遵循Maven已经约定好的目录结构,才能让maven在自动构建过程中找到对应的资源进行构建处理.以下是maven约定的目录结构: 项目名称 |-- pom.xml :M ...

  4. Apache Maven pom文件

    Welcome to Apache Maven Apache Maven is a software project management and comprehension tool. Based ...

  5. 用字符流实现每个文件夹中创建包含所有文件信息的readme.txt

    package com.readme; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; i ...

  6. maven install Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war) on project web_nanchang

    maven打包成war时,报错:Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default- ...

  7. Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (dist) on project hadoop-kms: An Ant BuildException has occured

    编译cdh版hadoop2.5.0出现的问题 系统: CentOs66 64位 JDK:1.7 Maven: 3.0.5 Protobuf: libprotoc 2.5.0 编译命令: mvn pac ...

  8. eclipse加载maven工程提示pom.xml无法解析org.apache.maven.plugins:maven-resources-plugin:2.4.3解决方案

    pom文件提示信息: Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 from http:/ ...

  9. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project LogTest: Compilation failure -> [Help 1]

      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default ...

随机推荐

  1. ccttp图片处理过程

    1.python输出404的图片 #!/usr/bin/python # coding: utf-8 import psycopg2 import sys from datetime import * ...

  2. delphi常用函数和方法

     uses ShellApi, ActiveX, ComObj, ShlObj; function HasText(Text: string; const Values: array of strin ...

  3. 自定义worker的方法,及一例

    自定义的worker用于处理各种特殊需求. 有网友想用html_json提取雪球网(https://xueqiu.com/)的数据,可是雪球网用了反爬虫技术,网站要求有cookies才能访问到json ...

  4. DataFrame查增改删

    DataFrame查增改删 查 Read 类list/ndarray数据访问方式 dates = pd.date_range(',periods=10) dates df = pd.DataFrame ...

  5. substring_index 用法

    substring_index http://blog.csdn.net/wolinxuebin/article/details/7845917 1.substring_index(str,delim ...

  6. Electron Browser加载iframe(webview src属性)

    browser或者webcontents 的高度与宽度比例对webview中src的页面结构也是有一定影响的

  7. visual code golang配置

    前言 其实环境搭建没什么难的,但是遇到一些问题,主要是有些网站资源访问不了(如:golang.org), 导致一些包无法安装,最终会导致环境搭建失败,跟据这个教程几步,我们将可以快速的构建golang ...

  8. 安装Oracle客户端寻找配置文件tnsnames.ora

    # tnsnames.ora Network Configuration File: D:\app\Administrator\product\11.2.0\dbhome_1\network\admi ...

  9. OJ_单词倒排

    题目描述:对字符串中的所有单词进行倒排. 说明: 1.每个单词是以26个大写或小写英文字母构成,可以用一个“-”中连接线连接单词两部分表示一个单词,但是仅限一个“-”,出现两个“--”则为非构成单词的 ...

  10. c语言定义函数指针和typedef简写

    二种方法来定义函数指针 #include<stdio.h> #include<stdlib.h> #include<Windows.h> int add(int a ...