Learn how to build a Maven multi-module project with Jacoco coverage.
Also find me here:
Baeldung Author
Thibault Faure
I am a passionate French developer, currently working in Spain. I enjoy a lot to share knowledge with others.
Here's what I've written (so far):
Baeldung on Java
- All
- Programming (5)
- Testing (3)
- Maven (3)
- REST (1)
- Java String (1)
- Java Collections (1)
- Jackson (1)
- JVM (1)
- JSON (1)
- IDE (1)
- DevOps (1)
How to Speed Up Maven Build
Filed under Maven
Learn how to speed up Maven builds.
Starting the Maven Build From the Point Where It Failed
Filed under Maven
Learn how to resume a Maven build after failure.
Throw Exception for Unexpected Input for Enum With MapStruct
Filed under Programming
Learn how to map one enum to another with MapStruct.
Read Date in Java Using Scanner
Filed under Programming
Learn how to read a Date from a Scanner.
Matching Null With Mockito
Filed under Testing
Learn how to use Mockito to check if null is passed as an argument to a method.
Resolving Mockito Exception: Wanted But Not Invoked
Filed under Testing
Learn how to resolve Mockito Exception: Wanted But Not Invoked.
How Many Days Are There in a Particular Month of a Given Year?
Filed under Programming
Learn how to find the number of days in a particular month of a given year when programming in Java.
Solving Gson Parsing Errors
Filed under JSON, Programming
Learn about some common Gson errors and how to fix them.
Configure Git Branch Selection in Jenkins
Filed under DevOps
Learn how to configure a Git branch selection in Jenkins.
Send MultipartFile Request With RestAssured
When testing, we may wish to send uploads to endpoints that use Multipart data. We look at how RestAssured can help us with these tests and how to mock those services with Wiremock.
Find the Longest Word in a Given String in Java
Filed under Java String
Learn how to find the longest words in a sentence.
JetBrains @Contract Annotation
Filed under IDE
Learn how to use the JetBrains @Contract annotation.
Map Date Types With OpenAPI Generator
Filed under Programming
Learn how to map dates in various formats with OpenAPI
The JVM Run-Time Data Areas
Filed under JVM
Explore different types of runtime data areas and their purpose.
Object Validation After Deserialization
Filed under Jackson
Learn how to use Java’s Validation API to validate objects after deserialization.
Finding Max Date in List Using Streams
Filed under Java Collections
Learn how to find the maximal date in a list of objects using Streams.