Maven 声纳插件使用 pom 中的 checkstyle 规则
有没有办法让声纳使用我的 pom 文件中的 checkstyle 配置?我有 Maven checkstyle 插件设置,并且有 Maven sonar 插件(版本 2.7)设置,但声纳似乎使用其默认的 checkstyle 配置。我知道我可以创建一个新的质量配置文件并上传 checkstyle 文件,但我认为 Maven 插件应该使用 pom.xml 中的文件。感谢这里的任何帮助。
谢谢, 杰夫
Is there a way to get sonar to use the checkstyle configuration from my pom file? I have the maven checkstyle plugin setup, and I have the maven sonar plugin (version 2.7) setup, but sonar seems to use its default checkstyle configuration. I know I can create a new quality profile and upload the checkstyle file, but I would think that the maven plugin should use the one from the pom. Any help here is appreciated.
thanks,
Jeff
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
过去可以通过使用参数
sonar.reuseExistingRulesConfiguration
从 Sonar 1.11 升级到 Sonar 2.2。它已从 Sonar 2.3 中删除。It used to be possible from Sonar 1.11 to Sonar 2.2 by using a parameter
sonar.reuseExistingRulesConfiguration
. It was removed from Sonar 2.3.