@Thomas_Lowery, @Julien_HENRY
Any update? I am facing a similar issue here…
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar (default-cli) on project test: Unable to determine structure of project. Probably you use Maven Advanced Reactor Options with a broken tree of modules. “module2” is orphan -> [Help 1]
Command:
-U clean install compile package deploy sonar:sonar -DskipTests -Pdocker -Dproject.version=0.1.{BUILD_NUMBER}-SNAPSHOT -Dbuild.number={BUILD_NUMBER} -Dbuild.revision=${GIT_COMMIT} -Dmaven.test.failure.ignore=false
Note: I am using a multi-module project with 3 modules and a parent pom, the maven sonar plugin is given in the parent pom.