2008-04-16 00:57:15 -04:00
|
|
|
|
|
|
|
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
|
|
|
|
-------------
|
|
|
|
|
2016-05-28 07:28:23 -04:00
|
|
|
The most up-to-date documentation can be found at https://maven.apache.org/.
|
2008-04-16 00:57:15 -04:00
|
|
|
|
|
|
|
Release Notes
|
|
|
|
-------------
|
|
|
|
|
2024-08-12 17:54:56 -04:00
|
|
|
The full list of changes, system requirements and related can be found at https://maven.apache.org/docs/history.html.
|
2008-04-16 00:57:15 -04:00
|
|
|
|
|
|
|
Installing Maven
|
|
|
|
----------------
|
|
|
|
|
2024-08-12 17:54:56 -04:00
|
|
|
For complete documentation see https://maven.apache.org/download.html#Installation
|
2008-04-16 00:57:15 -04:00
|
|
|
|
|
|
|
Licensing
|
|
|
|
---------
|
|
|
|
|
2014-03-30 05:28:13 -04:00
|
|
|
Please see the file called LICENSE.
|
2008-04-16 00:57:15 -04:00
|
|
|
|
2024-08-12 17:54:56 -04:00
|
|
|
Maven URLS
|
2008-04-16 00:57:15 -04:00
|
|
|
----------
|
|
|
|
|
2024-08-12 17:54:56 -04:00
|
|
|
Home Page: https://maven.apache.org
|
2015-12-11 13:52:38 -05:00
|
|
|
Downloads: https://maven.apache.org/download.html
|
|
|
|
Release Notes: https://maven.apache.org/docs/history.html
|
2019-01-13 04:36:47 -05:00
|
|
|
Mailing Lists: https://maven.apache.org/mailing-lists.html
|
2018-03-19 18:24:03 -04:00
|
|
|
Source Code: https://gitbox.apache.org/repos/asf/maven.git
|
2015-12-11 13:52:38 -05:00
|
|
|
Issue Tracking: https://issues.apache.org/jira/browse/MNG
|
2012-12-16 15:13:57 -05:00
|
|
|
Wiki: https://cwiki.apache.org/confluence/display/MAVEN/
|
2018-03-19 18:24:03 -04:00
|
|
|
Available Plugins: https://maven.apache.org/plugins/
|