Maven

Apache Maven SiteWelcome to Apache Maven
(https://maven.apache.org/)

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.
If you think that Maven could help your project, you can find out more information about in the “About Maven” section of the navigation. This includes an in-depth description of what Maven is, a list of some of its main features, and a set of frequently asked questions about what Maven is.


Examples Java Code Geeks

Maven Tutorial for Beginners
(https://examples.javacodegeeks.com/enterprise-java/maven/maven-tutorial-for-beginners/)

In this tutorial we are going to see how we can install and use maven.

Maven is a build automation tool used mainly for java projects from Apache.
We are going to see step by step how you can download and install maven, what are the prerequisites needed in order to do it and a project example.
For this example we use the following technologies:

  • Windows 7
  • Eclipse Mars.1
  • Maven3
  • JDK 1.8.0_65 64bits