Created
December 7, 2016 15:48
-
-
Save davsclaus/69f75d1f8241fe6ac54f070c30974570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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