Below you will find pages that utilize the taxonomy term “Maven”
Posts
read more
Spring Boot container images: to JLink or not
I was experimenting with building a container image for my Spring Boot application (Spring Boot version 3.5.7, Java version 25). And I was wondering which approach would
be better: use the Maven plugin with spring-boot:build-image to build the image, or use a custom Dockerfile with jlink.
Posts
read more
Package-only dependencies in Maven
Sometimes you have a Maven project that needs dependencies for running tests that you do not want ending up in the final packaged WAR.