#maven
Read more stories on Hashnode
Articles with this tag
I tweet technical content that I consider interesting, but the funny tweets are the ones that get the most engagement. I attended the JavaLand...
One of the Apache Maven committers recently wrote about their plans for Maven 5. I consider the following one of the most significant changes: In...
Last week, I described different techniques to fasten your Maven builds. Today, I'd like to widen the scope and do the same for Maven builds inside...
Builds require a few properties, chief among them reproducibility. I would consider speed to be low on the order of priorities. However, it's also one...
When your application goes beyond a dozen of lines of code, you should probably split the code into multiple classes. At this point, the question is...
Logging is one of the fundamental components of any application which runs in production. Yet, between performance and logging in critical...