Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-4062

Quickstarts fail when fabric8:deploy is used

XMLWordPrintable

    • % %
    • Hide

      Try example camel-log quickstart on fabric.
      1)Start fuse and create fabric (fabric:create --wait-for-provisioning)
      2)cd camel-log folder
      3)Create minimal settings.xml and place it to camel-log quickstart folder, like this:

      <settings>
      <localRepository>./repository/</localRepository>
        <servers>
          <server>
            <username>admin</username>
            <password>admin</password>
            <id>fabric8.upload.repo</id>
          </server>
        </servers>
      </settings>
      

      4)mvn -s settings.xml clean install
      5)mvn -s settings.xml fabric8:deploy

      See error.

      Show
      Try example camel-log quickstart on fabric. 1)Start fuse and create fabric (fabric:create --wait-for-provisioning) 2)cd camel-log folder 3)Create minimal settings.xml and place it to camel-log quickstart folder, like this: <settings> <localRepository>./repository/</localRepository> <servers> <server> <username>admin</username> <password>admin</password> <id>fabric8.upload.repo</id> </server> </servers> </settings> 4)mvn -s settings.xml clean install 5)mvn -s settings.xml fabric8:deploy See error.
    • Sprint 5 - towards ER2

      I've got following error :

      [ERROR] No plugin found for prefix 'fabric8' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/llowinge/Software/jboss-fuse-6.2.1.redhat-032/quickstarts/beginner/camel-cbr/./repository), fuse-public-repository (https://repo.fusesource.com/nexus/content/groups/public), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
      [ERROR] 
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR] 
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
      

      There is no plugin with descriptor

      io.fabric8:fabric8-maven-plugin:1.2.0.redhat-621032

      at https://repo.fusesource.com/nexus/content/groups/public

            janstey@redhat.com Jonathan Anstey
            llowinge@redhat.com Lukas Lowinger
            Andrej Vano Andrej Vano
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: