Relative Content

Tag Archive for spring-bootmavengradlemicroservicesmaven-plugin

Custom maven build plugin to be used in microservices

I have multiple Spring Boot microservices and I am trying to implement a common component for building all these microservices. For example, this component will be having common dependencies, plugins for code quality (pmd,checkstyle) etc. So that, I don’t need to have these common configurations to be repeated in all the microservices instead just integrate this common component only.