Skip to content

Commit

Permalink
#164 sonar off
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 7, 2023
1 parent 001bfee commit a8a15dc
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions pom.xml
Expand Up @@ -311,30 +311,5 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugins>
</build>
</profile>
<profile>
<id>sonar</id>
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>yegor256</sonar.organization>
<sonar.projectKey>yegor256_xembly</sonar.projectKey>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.10.0.2594</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>sonar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit a8a15dc

Please sign in to comment.