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 a new Maven project in Eclipse.
In this tutorial, I will guide you all how to create a 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.
In this tutorial, I will show you how to manage the version of sub-projects in a Maven parent project.
In this tutorial, I will guide you all on how to implement a Maven Archetype to generate a Maven project with predefined structure.
In this tutorial, I will discuss with you all about the files to ignore with version control system in Maven project.
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 a Maven web project using the Maven Jetty Plugin.
In this tutorial, I will guide you all on how to run web application with Liberty Maven 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 a 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.
In this tutorial, I will guide you all how to compile Groovy code in Java application using Groovy Eclipse Maven plugin.
In this tutorial, I will guide you all on how to use Maven Shade Plugin to build a Java application able to run standalone.
Common errors
In this tutorial, I will guide you on 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 the Unit Test using JUnit 5 with Apache Maven.