Apache Maven Tool, What Is It

Q

What is Apache Maven tool?

✍: FYIcenter.com

A

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

Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with:

  • Making the build process easy
  • Providing a uniform build system
  • Providing quality project information
  • Providing guidelines for best practices development
  • Allowing transparent migration to new features

Releases of Apache Maven tool:

Name           Version   FYI   Date
----           -------   ---   ----
apache-maven   3.8.6     src   2022-06-06
apache-maven   3.8.3           2021-09-27  
apache-maven   3.6.3           2019-11-25  
apache-maven   3.5.4     src   2018-06-21  
apache-maven   3.3.9           2018-05-04  
apache-maven   3.2.5           2018-05-04  
apache-maven   3.1.1           2018-05-04  
apache-maven   3.0.5           2018-05-04  
apache-maven   3.2.2           2014-09-14  
apache-maven   3.1.1           2013-10-14  
apache-maven   3.0.5           2013-05-24  
apache-maven   3.0             2010-10-04  
apache-maven   2.2.1           2009-08-06  
apache-maven   2.2.0           2009-07-01  
apache-maven   2.1.0           2009-03-18  
apache-maven   2.0.11          2010-02-26  
maven          2.0.7           2007-06-21  
maven          2.0             2005-10-19  
maven          1.1             2007-06-25  
maven          1.0.2           2004-12-07  
maven          1.0             2004-07-13  

For more information, see Apache Maven Website.

 

Apache Maven Internal Design Architecture

Downloading and Reviewing Maven JAR Files

Downloading and Reviewing Maven JAR Files

⇑⇑ FAQ for Apache Maven

2020-11-11, 1314🔥, 0💬