Maven Tutorials

  • 16 August 2019
  • ADM

 

 

Maven Tutorials - images/logos/maven.jpg

 

Apache Maven is a build automation tool used primarily for Java projects. Apache Maven is designed to use a Project Object Model (POM) that provides all the configuration for a single project. General configuration covers the project’s name, its owner and its dependencies on other projects. You can also configure individual phases of the build process, which are implemented as plugins.

Here is a list of simple tutorials around Maven.

 

Tutorials

 

References