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:
parent
f5425f916a
commit
e843297238
1 changed files with 0 additions and 6 deletions
|
@ -90,12 +90,6 @@
|
|||
<goal>descriptor</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>generate-help</id>
|
||||
<goals>
|
||||
<goal>helpmojo</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in a new issue