Automation Servers may be seen as complex and too hard to get started. But the basic automation will not take much time to be done.
There are a few key topics
The apex of any software is at deploying it to the client. This process makes the effort of developing the software worth. But a manual deploy could get us crazy!
Most
Starting with a new tech or solving a problem using a different strategy sometimes may be a bit scary. Tracking the history or checking the progress could increase significantly the
It’s time to start you basic automation. Let a robot (Jenkins) do the dirty daily tasks for you so you can increase your productivity.
On the previous parts (1 and 2)
Sometimes we only need a roadmap to start with a new technology that guides us on this journey. The main objective is to not lose our focus with the documentation
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
Maven dependencies feature is maybe one of the biggest shift that your project will have. But the good news is that you only need to do it once. After mapping
Project folder structure is an important part to understand Maven. It’s the practical part of Convention over Configuration (CoC) previously explained. After the project creation, all Maven projects will follow