2 Replies Latest reply on Dec 14, 2009 9:59 AM by lyfe

    list of necessary files for creating archetypes

    lyfe

      I'm trying to create a quartz service unit by issuing the appropriate maven command to pull the necessary files from my hosted maven repo.  I get an error about unable to download ... unknown version.  In my repo, I see servicemix-quartz-service-unit version 2009.01.0.3-fuse.

       

      I know I could connect to FUSE's hosted repo but I want to develop on a private network.

       

      Now for my question: is there a location to find out what files (and versions) are needed to create certain service units and binding components?

        • 1. Re: list of necessary files for creating archetypes
          oisin

           

          I'm trying to create a quartz service unit by issuing the appropriate maven command to pull the necessary files from my hosted maven repo. I get an error about unable to download ... unknown version. In my repo, I see servicemix-quartz-service-unit version 2009.01.0.3-fuse.

           

           

          Double-check that maven has been configured to look in your local repo first - this information will most likely be in your settings.xml.  You should also try running maven with the -o or --offline flag, which will request that maven not visit the web to find artifacts.

           

           

          Now for my question: is there a location to find out what files (and versions) are needed to create certain service units and binding components?

           

           

          If you have the location of the source of that binding component/service unit, the maven POM will have the information you seek.

          • 2. Re: list of necessary files for creating archetypes
            lyfe

            I got the quartz component to work.  I used a different example as my code base.