Maven
-
Enterprise Java
All Your Tests Belong to You: Maintaining Mixed JUnit 4/JUnit 5 and Testng/JUnit 5 Test Suites
If you are seasoned Java developer who practices test-driven development (hopefully, everyone does it), it is very likely JUnit 4…
Read More » -
DevOps
Rebuild a Maven repository in 3 steps
In this blog post, I will show a way to very quickly rebuild a Maven repository without having to set…
Read More » -
Enterprise Java
It is never enough of them: enriching Apache Avro generated classes with custom Java annotations
Apache Avro, along with Apache Thrift and Protocol Buffers, is often being used as a platform-neutral extensible mechanism for serializing…
Read More » -
Enterprise Java
How to publish jar to Maven central
You created your brand new project and you want to release it to maven central so people can use in…
Read More » -
Enterprise Java
Test Coverage Reports For Maven Projects In SonarQube 8.3.x
Some years ago I write a blog post about how to generate test reports in SonarQube separate in test report…
Read More » -
Enterprise Java
Dependency management and Maven
Maven is great and mature. There is always a solution on almost everything. The main case you might stumble on…
Read More » -
Enterprise Java
Maven Tutorial For Selenium Test Automation
While working on a project for test automation, you’d require all the Selenium dependencies associated with it. Usually these dependencies…
Read More » -
Enterprise Java
Incremental build with maven
This is 2020 and if you are starting any new java based project then gradle should be first option but…
Read More » -
Software Development
How to add maven Support to a Java Project in IntelliJ
Hello Friends In this quick tutorial, we will see how we can add Maven support to the java project in…
Read More »