It’s time to cover from where Maven extracts all libraries and how we can change it to fulfill our projects' needs. Most of the cases, the default configuration will be
After many articles talking about theory, it’s time to get started. Maven is all based on Plugins. So if you want to change any project behavior, you will need to
The build lifecycle is the central concept of Maven. After everything we covered in previous articles, these few commands will guide us through the build process. Thereby we can transform