Skip to content

Commit

Permalink
ci: remove not functioning sonar-maven-plugin parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk committed Oct 22, 2024
1 parent e2225f3 commit 7fef73c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@
<markdown2html-maven-plugin.tokenEnvVarName>GITHUB_TOKEN</markdown2html-maven-plugin.tokenEnvVarName>
<markdown2html-maven-plugin.failOnError>false</markdown2html-maven-plugin.failOnError>
<markdown2html-maven-plugin.generateHeadingIds>true</markdown2html-maven-plugin.generateHeadingIds>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<profiles>
Expand Down Expand Up @@ -704,15 +702,6 @@
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>${sonar-maven-plugin.version}</version>
<executions>
<execution>
<id>sonar</id>
<phase>verify</phase>
<goals>
<goal>sonar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
Expand Down

0 comments on commit 7fef73c

Please sign in to comment.