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

后端 未结 6 2026
眼角桃花
眼角桃花 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:50

    I use the full qualified goal in the CI server to run the sonar goals:

    mvn org.codehaus.mojo:sonar-maven-plugin:2.6:sonar
    

    Since we use the templates in TeamCity this is not so much of a disaster. Still we were a bit surprised by the event.

提交回复
热议问题