Skip to content

Instantly share code, notes, and snippets.

@jimmidyson
Created June 29, 2015 15:56
Show Gist options
  • Save jimmidyson/caa1d4a40d5f8ba77e74 to your computer and use it in GitHub Desktop.
Save jimmidyson/caa1d4a40d5f8ba77e74 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>2.2.4</version>
<executions>
<execution>
<id>json</id>
<phase>generate-resources</phase>
<goals>
<goal>json</goal>
</goals>
</execution>
<execution>
<id>attach</id>
<phase>package</phase>
<goals>
<goal>attach</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment