my Maven project Structure is like below Module1 and Module 2 contains spark scala and unix wrapper script, Module 3 contains Shell Scripts/Python /plsql codes.
I’ve moved your post to a new thread, since the topic you posted it in had been dormant for nearly 3 years.
Yours is definitely a case of “less is more”. For Maven analysis, most of those properties you’ve specified manually are automatically provided by Maven. The fact that you’ve overridden those default values is probably the problem.
Must-share information (formatted with Markdown):
Sonar Developer edition
my Maven project Structure is like below Module1 and Module 2 contains spark scala and unix wrapper script, Module 3 contains Shell Scripts/Python /plsql codes.
every execution of mvn sonar:sonar failed with error Saying Script directory not exists in module-1 or module 2.
How to setup module wise sonar.sources so that sonar will pick my all java/scala/python/shell and plsql codes
Below are the sonar property in POM
UTF-8
<scoverage.highlighting>true</scoverage.highlighting>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
You created nearly identical topics only minutes apart. Please don’t do that. There is a limited bandwidth on the “answerer” side in this community. Double-posting means you may take up twice the bandwidth for one question.
Your initial post mentioned an error. From your followup, I guess you don’t get the error any more and you’re trying to move on to a different problem? If so, please create a new thread for this new problem. If not, please post your full analysis log.