sonar.host.url not working with sonar-maven-plugin:2.7

后端 未结 6 2028
眼角桃花
眼角桃花 2020-12-15 23:17

After upgrading my POMs to sonar-maven-plugin:2.7 the configuration does not work any more. My configuration in settings.xml is like this:


           


        
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 23:42

    Better than disabling the plugin, you may fix the plugin version to 2.6, which works fine, taking into account sonar.host.url.

    For instance, with Maven in my case:

    
      
        
          org.codehaus.mojo
          sonar-maven-plugin
          2.6
          
        
      
    
    

提交回复
热议问题