Skip to content

Commit

Permalink
Revert "[To be reverted] Manually override maven.deploy.skip (#8179)"
Browse files Browse the repository at this point in the history
This reverts commit 751de72.
  • Loading branch information
gregory-paidis-sonarsource committed Oct 12, 2023
1 parent 0044c0d commit c55eb06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sonar-csharp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<sonarAnalyzer.workDirectory>${project.build.directory}/analyzer</sonarAnalyzer.workDirectory>
<documentationDirectory>${project.basedir}/src/main/resources</documentationDirectory>
<analyzers.directory>${project.build.directory}/../../analyzers</analyzers.directory>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<dependencies>
Expand Down
1 change: 0 additions & 1 deletion sonar-vbnet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<sonarAnalyzer.workDirectory>${project.build.directory}/analyzer</sonarAnalyzer.workDirectory>
<documentationDirectory>${project.basedir}/src/main/resources</documentationDirectory>
<analyzers.directory>${project.build.directory}/../../analyzers</analyzers.directory>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<dependencies>
Expand Down

0 comments on commit c55eb06

Please sign in to comment.