Skip to content

Instantly share code, notes, and snippets.

@rafaeltuelho
Created August 26, 2015 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaeltuelho/7a98bac1dcf205b74e8a to your computer and use it in GitHub Desktop.
Save rafaeltuelho/7a98bac1dcf205b74e8a to your computer and use it in GitHub Desktop.
Fuse 6.2 fabric8-maven-plugin

add this plugin dep to your pom:

<plugins>
  <plugin>
    <groupId>io.fabric8</groupId>
    <artifactId>fabric8-maven-plugin</artifactId>
    <version>1.0.0.redhat-355</version>
  </plugin>
</plugins>

or use

mvn io.fabric8:fabric8-maven-plugin:1.0.0.redhat-355:deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment