Maven Sonarqube Plugin: Multithreading

心不动则不痛 提交于 2020-01-04 09:22:49

问题


Since maven supports multithread builds, would it be possible to also run sonar multithreaded? (e.g. mvn sonar:sonar -T 4 )

I ran it and while the module reported success, it reports back as the overall build failing with java.util.concurrent.ExcutionException: java.lang.NullPointerException

Thoughts?


回答1:


As of 6/12/15 it's been resolved that the Maven Sonar plugin does not support Maven 3's parallel build feature: http://jira.sonarsource.com/browse/MSONAR-7



来源:https://stackoverflow.com/questions/30877051/maven-sonarqube-plugin-multithreading

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!