Move tidy-maven-plugin to the parent POM

pull/48/head
Graham 5 years ago
parent 0b2cf5660f
commit 0178c682e3
  1. 13
      pom.xml

@ -161,19 +161,6 @@
<release>12</release>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tidy-maven-plugin</artifactId>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>

Loading…
Cancel
Save