Removed useless <execution>

This commit is contained in:
Emmanuel Cron 2015-10-06 16:44:46 -07:00
parent 324ea17d46
commit 21d7f0681e

View File

@ -95,17 +95,6 @@
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>blah</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<echoproperties />
</target>
</configuration>
</execution>
<execution>
<id>compile-protoc</id>
<phase>generate-sources</phase>