Skip to content

Commit 075d3ac

Browse files
authored
Cleanup assembly rat plugin config (#1758)
1 parent 04f3609 commit 075d3ac

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

apache-maven/pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -152,27 +152,6 @@ under the License.
152152

153153
<build>
154154
<finalName>${distributionFileName}</finalName>
155-
<pluginManagement>
156-
<plugins>
157-
<plugin>
158-
<groupId>org.apache.rat</groupId>
159-
<artifactId>apache-rat-plugin</artifactId>
160-
<configuration>
161-
<excludes combine.children="append">
162-
<!-- these are partial scripts, resulting in mvn scripts -->
163-
<exclude>src/assembly/shared/init</exclude>
164-
<exclude>src/assembly/shared/init.cmd</exclude>
165-
<exclude>src/assembly/shared/mvnlauncher</exclude>
166-
<exclude>src/assembly/shared/mvnlauncher.cmd</exclude>
167-
<exclude>src/assembly/shared/mvnvalidate</exclude>
168-
<exclude>src/assembly/shared/mvnvalidate.cmd</exclude>
169-
<exclude>src/assembly/shared/run</exclude>
170-
<exclude>src/assembly/shared/run.cmd</exclude>
171-
</excludes>
172-
</configuration>
173-
</plugin>
174-
</plugins>
175-
</pluginManagement>
176155
<plugins>
177156
<plugin>
178157
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)