Hi! I'm trying to setup detekt in maven multimodule project without success. I hope there is a person here who already done it and can help. Details are in thread
Ivan Pavlov
07/02/2021, 12:18 PM
In the root pom.xml I add the following plugin configuration
I get Execution default-cli of goal com.github.ozsiedetekt maven plugin1.17.1:create-baseline failed: Providedpath 'projectDirectory/src' does not exist!
I understand that I don't have src for the root project because it obviously has pom packaging, but is there a workaround? Ideally My goal is having single baseline file for all submodules and single report after detekt:check goal
g
gammax
07/02/2021, 1:10 PM
We don't officially support Maven out of the box, so is a bit complicated to support you :/
i
Ivan Pavlov
07/02/2021, 2:48 PM
I hoped that there is a person who already done it 🙂 BTW what is the proper setup for gradle for such case?