removed unused plugin

This commit is contained in:
BuildTools 2020-10-28 14:30:51 +01:00
parent f0eae82d9f
commit 933e09172b
1 changed files with 0 additions and 21 deletions

21
pom.xml
View File

@ -75,27 +75,6 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>generateSources</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<exec executable="echo">
<arg value="xDDD" />
</exec>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>