Skip to content

Commit

Permalink
remove unused plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jun 21, 2020
1 parent da10917 commit 963cbcb
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,36 +499,6 @@ under the License.
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<exclude>dependency-reduced-pom.xml</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<goals>
<goal>generate-metadata</goal>
<!--goal>generate-test-metadata</goal-->
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>run-its</id>
Expand Down

0 comments on commit 963cbcb

Please sign in to comment.