Skip to content

Commit

Permalink
Cleanup assembly rat plugin config (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Oct 1, 2024
1 parent 04f3609 commit 075d3ac
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,27 +152,6 @@ under the License.

<build>
<finalName>${distributionFileName}</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<!-- these are partial scripts, resulting in mvn scripts -->
<exclude>src/assembly/shared/init</exclude>
<exclude>src/assembly/shared/init.cmd</exclude>
<exclude>src/assembly/shared/mvnlauncher</exclude>
<exclude>src/assembly/shared/mvnlauncher.cmd</exclude>
<exclude>src/assembly/shared/mvnvalidate</exclude>
<exclude>src/assembly/shared/mvnvalidate.cmd</exclude>
<exclude>src/assembly/shared/run</exclude>
<exclude>src/assembly/shared/run.cmd</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 075d3ac

Please sign in to comment.