Skip to content

Commit

Permalink
fix maven shade warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Mar 12, 2023
1 parent c336afe commit 90e557b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions php-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
<exclude>org/sonar/api/batch/sensor/**</exclude>
</excludes>
</filter>
<filter>
<artifact>com.*:*</artifact>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
Expand Down
6 changes: 6 additions & 0 deletions python-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
<exclude>org/sonar/api/batch/sensor/**</exclude>
</excludes>
</filter>
<filter>
<artifact>com.*:*</artifact>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
Expand Down

0 comments on commit 90e557b

Please sign in to comment.