Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created December 7, 2016 15:48
Show Gist options
  • Select an option

  • Save davsclaus/69f75d1f8241fe6ac54f070c30974570 to your computer and use it in GitHub Desktop.

Select an option

Save davsclaus/69f75d1f8241fe6ac54f070c30974570 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>3.2-SNAPSHOT</version>
<executions>
<execution>
<id>fmp</id>
<goals>
<goal>resource</goal>
<goal>helm</goal>
<goal>build</goal>
</goals>
</execution>
</executions>
<configuration>
<generator>
<config>
<wildfly-swarm-health-check>
<port>4444</port>
</wildfly-swarm-health-check>
</config>
</generator>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment