Skip to content

Commit

Permalink
#475 removed sonar Maven profile
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Jul 26, 2024
1 parent 342294a commit e82bac1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -763,31 +763,6 @@
</plugins>
</build>
</profile>
<profile>
<id>sonar</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sonar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release</id>
<!--
Expand Down

0 comments on commit e82bac1

Please sign in to comment.