Removed some test code

This commit is contained in:
Jitse Boonstra 2019-05-06 17:18:37 +02:00
parent 3fb931e26e
commit a029ed2b92
1 changed files with 0 additions and 15 deletions

15
pom.xml
View File

@ -54,21 +54,6 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<phase>generate-sources</phase>
<configuration>
<tasks>
<echo message="****** TEST *****" />
</tasks>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>