Popular posts
Schedule Jenkins build periodically
How to configure Jenkins build schedule... Jenkins schedule format
Spring Boot + TestNG. How to get started
Minimal required code...
Open Source
Easy Files | |
Read files with easy |
AppProps | |
Load multiple application property files from different locations |
EasyLog | |
Open source library for logging and debugging |
How to publish Open Source library
Step by step guide
Recent posts
How to render a random image
Step by step instructions on how to render a random image on HTML refresh for static sites
Log all client requests and responses - Apache HTTP client, RESTEasy
Maven is a widely used build automation tool for Java-based projects. It is used to manage the build process, including dependencies, compilation, packaging, and testing. Maven uses a declarative approach, meaning that developers specify what they want to achieve and Maven handles the details of how to do it. Maven also has a large repository of Java libraries and dependencies, making it easy for developers to manage their project's dependencies without having to manually download and manage them.