Skip to content

Commit 963cbcb

Browse files
committed
remove unused plugins
1 parent da10917 commit 963cbcb

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -499,36 +499,6 @@ under the License.
499499
</dependency>
500500
</dependencies>
501501

502-
<build>
503-
<pluginManagement>
504-
<plugins>
505-
<plugin>
506-
<groupId>org.apache.rat</groupId>
507-
<artifactId>apache-rat-plugin</artifactId>
508-
<configuration>
509-
<excludes combine.children="append">
510-
<exclude>dependency-reduced-pom.xml</exclude>
511-
</excludes>
512-
</configuration>
513-
</plugin>
514-
</plugins>
515-
</pluginManagement>
516-
<plugins>
517-
<plugin>
518-
<groupId>org.codehaus.plexus</groupId>
519-
<artifactId>plexus-component-metadata</artifactId>
520-
<executions>
521-
<execution>
522-
<goals>
523-
<goal>generate-metadata</goal>
524-
<!--goal>generate-test-metadata</goal-->
525-
</goals>
526-
</execution>
527-
</executions>
528-
</plugin>
529-
</plugins>
530-
</build>
531-
532502
<profiles>
533503
<profile>
534504
<id>run-its</id>

0 commit comments

Comments
 (0)