We are on paid plan and scanning single private project. Now, we need to add another project, this time public one. Created it in “Projects Management” section and then followed instructions for maven build, i.e. added “-Dsonar.organization”, “-Dsonar.host.url”, “-Dsonar.login” parameters. After running the sonar:sonar goal we got another private project in sonarcloud with same name as newly created public.
Is there specific parameter for sonar:sonar goal to publish results to the public project or am I missed something in project config?
Thanks