KEYCLOAK-8673 Disable maven-plugin-plugin helpmojo

It's suddenly started breaking the build, not obvious why. Disabling it is the
easiest solution. It's not required for these plugins that are only needed to
serve the keycloak build itself.
This commit is contained in:
Alex Szczuczko 2018-10-26 07:57:16 -06:00 committed by Stian Thorgersen
parent f5425f916a
commit e843297238

View file

@ -90,12 +90,6 @@
<goal>descriptor</goal>
</goals>
</execution>
<execution>
<id>generate-help</id>
<goals>
<goal>helpmojo</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>