Apache Maven is a tool used to manage dependencies and build libraries for Java projects.
In this tutorial, I will summarize all tutorials of Huong Dan Java about Apache Maven.
Installation
In this tutorial, I will show you how we can install Apache Maven on Window.
In this tutorial, I will guide you all how to install Apache Maven on your macOS.
Using
In this tutorial, I will guide you all how to install libraries into Local Maven Repository.
In this tutorial, I will guide you all how to create new Maven project in Eclipse.
In this tutorial, I will guide you all how to create web application using Maven in Eclipse.
In this tutorial, I will share with you all some basic knowledge about settings.xml file in Apache Maven.
In this tutorial, I will share with you all some basic knowledge about settings.xml file in Apache Maven.
In this tutorial, I will guide you all how to manage projects with Apache Maven.
Plugin
In this tutorial, I will guide you all how to compile source code using Apache Maven Compiler Plugin.
In this tutorial, I will show you how we can run Maven web project using Maven Jetty Plugin.
In this tutorial, I introduce with you all about Maven Surefire Plugin plugin of Apache Maven.
In this tutorial, I will guide you all how to use JaCoCo Maven Plugin to calculate the code coverage in Maven project.
In this tutorial, I will guide you all how to add new source or resource directory to Maven project using Builder Helper Maven Plugin.
Common errors
In this tutorial, I will guide you how to fix “Fatal error compiling: tools.jar not found” error when using Apache Maven in Eclipse.
In this tutorial, I guide you all how to run Unit Test using JUnit 5 with Apache Maven.