1 Reply Latest reply on Nov 14, 2007 11:16 PM by bsnyder

    Maven archetype, camel-router, not available in FUSE?

    fbolton

      I just tried out the Maven archetype, camel-router, for creating a basic Camel project.  This is a great tool, but there does not appear to be a version available for FUSE Mediation Router.  For example, if I enter the following command:

       

      mvn archetype:create -DarchetypeGroupId=org.apache.camel -DarchetypeArtifactId=camel-router -DarchetypeVersion=1.2.0.2-fuse -DgroupId=tutorial -DartifactId=router

       

      I get the following error:

       

      Failed to resolve artifact.

       

      GroupId: org.apache.camel

      ArtifactId: camel-router

      Version: 1.2.0.2-fuse

       

      Reason: Unable to download the artifact from any repository

       

      Is there a version of this Maven archetype available for FUSE?  If not, are there any plans to support it in future?

       

      -

      Fintan

       

      Edited by: fbolton on Nov 9, 2007 8:49 AM

        • 1. Re: Maven archetype, camel-router, not available in FUSE?
          bsnyder

          mvn archetype:create -DarchetypeGroupId=org.apache.camel -DarchetypeArtifactId=camel-router -DarchetypeVersion=1.2.0.2-fuse -DgroupId=tutorial

          -DartifactId=router

           

          Try pointing to the IONA Maven repo by appending the following argument:

           

          -DremoteRepositories=http://repo.open.iona.com/maven2/
          

           

          This will point Maven at the repository containing the groupId/artifactId you are requesting.

           

          Bruce