Fabian Köntopp
Fabian Köntopp
We still get the error with `plugin-maven 2.44.3` > Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.44.3:check (default-cli) on project [redacted]: Execution default-cli of goal com.diffplug.spotless:spotless-maven-plugin:2.44.3:check failed: java.io.IOException: Failed to load eclipse jdt...
@khalilou88 Unfortunately I'm not able to test it, because I run into some trouble when updating from version 1.8.0 to version 1.16.0. There seems to be a regression, the `skipProjectWithoutProjectJson`...
@khalilou88 This is the output: ``` filePath: [redacted: path the to project without project.json]/pom.xml normalizedFilePath: [redacted: path the to project without project.json]/pom.xml ``` But paths are the same, relative from...
@khalilou88 Ok, I will try to explain it: 1. The path for both variable is exactly the same 2. The project without the `project.json` is in a folder `[workspace-root]/apps/spring-boot/service/infrastructure` 3....
@khalilou88 Thanks for the fix, but unfortunately it's still not working. I'm still getting the same error message `Error: Can't find project for file: apps/spring-boot/service/infrastructure/pom.xml`
@khalilou88 I created a fork an updated the structure a little bit, to reproduce: https://github.com/khalilou88/nx-workspace/compare/main...ToppScorer:nx-workspace:main In your example the `infrastructure` project also has a `project.json` which it should explicitly not...
@khalilou88 This is working now for me, thanks for the quick help, appreciate it. One question though: `this project was not present in any modules tag` what exactly do you...