1) Apache Maven 's README.txt

Apache Maven

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

Maven is a software project management and comprehension tool.
Based on the concept of a Project Object Model (POM),
Maven can manage a project‘s 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/.

Release Notes
-------------

The full list of changes can be found at 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 and prior JDK‘s).

Memory: No minimum requirement.

Disk: Approximately 10MB is required for the Maven installation itself.
In addition to that,additional disk space will be used for your local Maven repository.
The size of your local repository will vary depending on usage but expect at least 500MB.
Operating System:No minimum requirement.

Start up scripts are included as shell scripts and Windows batch files.

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.zip

2) 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 JDK
5) Run "mvn --version" to verify that it is correctly installed.

For complete documentation, see http://maven.apache.org/download.html#Installation

Licensing
---------
Please see the file called 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) Apache Maven 's README.txt

时间: 2024-10-13 00:56:39

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

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.plugins:maven-archetye-plugin:2.4:generate... 解决办法: http://doc.okbase.net/Josh_Persistence/archive/192456.html 这里面提到了四种可能的原因及解决办法. 环境变量配置什么的检查就不提了. (1)

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

Maven 约定的目录结构 我要遵循Maven已经约定好的目录结构,才能让maven在自动构建过程中找到对应的资源进行构建处理.以下是maven约定的目录结构: 项目名称 |-- pom.xml :Maven工程的核心配置文件 |-- src |-- main :主程序 | |-- java :JAVA源文件 | |-- resources :框架或其他工具配置文件 |-- test :测试程序 |-- java :JAVA源文件 |-- resources :框架或其他工具配置文件 是我们只需

Maven Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean Failed to delete access_log

I'm trying to run simple struts project using maven and tomcat. When I'm trying to exucute next goals:clean install tomcat7:run ,there is an error : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)

Maven异常_02_compile faile_Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project

异常:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project 原因:(1)可能给eclipse配了一个jre而不是jdk,(2)可能是jdk版本过低 解决:window->preferences->java->installed JREs ,发现配了一个假的jdk,它是一个jre........ 配上一个jdk后,问题就解决

maven报错 Failure to transfer org.apache.maven.plugins:maven-compiler-plugin:pom:3.5.0 from

maven报错误,类似于: Failure to transfer org.apache.maven.plugins:maven-compiler-plugin:pom:3.5.0 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elaps

maven执行update命令时报org/apache/maven/shared/filtering/MavenFilteringException错误

原 maven执行update命令时报org/apache/maven/shared/filtering/MavenFilteringException错误 在eclipse中对准项目执行maven->update project命令时报错:org/apache/maven/shared/filtering/MavenFilteringException,让人不胜其烦. 解决办法:删除.m2下repository文件夹下org/apache/maven下的文件夹,然后重新update proje

Apache Maven 入门篇(下)

第一篇文章大概的介绍了一下Apache Maven以及它的下载和安装,并且运行了一个简单的示例.那么在对maven有了一点接触后,接下去的一步是要了解maven的核心概念,这样才能在使用maven的时候游刃有余. 接下来我们介绍下面这几个核心概念: POM (Project Object Model) Maven 插件 Maven 生命周期 Maven 依赖管理 Maven 库 POM (Project Object Model) 一个项目所有的配置都放置在 POM 文件中:定义项目的类型.名字

Apache Maven 入门篇 ( 上 )

Apache Maven 是做什么用的? Maven 是一个项目管理和构建自动化工具.但是对于我们程序员来说,我们最关心的是它的项目构建功能.所以这里我们介绍的就是怎样用 maven 来满足我们项目的日常需要.Maven 使用惯例优于配置的原则 .它要求在没有定制之前,所有的项目都有如下的结构: 目录 目的 ${basedir} 存放 pom.xml和所有的子目录 ${basedir}/src/main/java 项目的 java源代码 ${basedir}/src/main/resources

报错: eclipse加载maven工程提示pom.xml无法解析org.apache.maven.plugins:maven-resources-plugin:2.3.2

错误信息出现在pom头的project标签,project标签内容是 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_