Skip to content

Commit

Permalink
Fix sonar configuration for release
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Oct 25, 2020
1 parent c5d7e57 commit 51f8686
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,19 @@ The MIT License (MIT)
</profile>
<profile>
<id>sonar</id>
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>yegor256-github</sonar.organization>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.3.0.603</version>
<version>3.7.0.1746</version>
<executions>
<execution>
<phase>package</phase>
<phase>verify</phase>
<goals>
<goal>sonar</goal>
</goals>
Expand Down

0 comments on commit 51f8686

Please sign in to comment.