Remove unnecessary plugin executions

This commit is contained in:
Alexey Andreev 2015-07-26 23:14:08 +03:00
parent c67f493187
commit 5aa526bc34

View File

@ -81,19 +81,6 @@
</goals> </goals>
<phase>process-classes</phase> <phase>process-classes</phase>
</execution> </execution>
<execution>
<id>help-descriptor</id>
<goals>
<goal>helpmojo</goal>
</goals>
<phase>process-classes</phase>
</execution>
<execution>
<id>mojo-descriptor</id>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>