1 Reply Latest reply on Feb 13, 2007 12:05 PM by pgier

    How can I add scout + juddi to the maven repo?

    thomas.diesler

      https://svn.jboss.org/repos/jbossas/projects/jaxr/trunk

       <dependency>
       <groupId>juddi</groupId>
       <artifactId>juddi</artifactId>
       <version>0.9RC4</version>
       </dependency>
       <dependency>
       <groupId>scout</groupId>
       <artifactId>scout</artifactId>
       <version>0.7rc2</version>
       </dependency>
      


        • 1. Re: How can I add scout + juddi to the maven repo?
          pgier

          If you have commit access to repository.jboss.com, you can commit the files there, and they will show up on the site within about 15 minutes.
          Before you commit them, take a look here:

          http://maven.apache.org/guides/mini/guide-naming-conventions.html

          The probably should be something like:

           <dependency>
           <groupId>org.apache.juddi</groupId>
           <artifactId>juddi</artifactId>
           <version>0.9RC4</version>
           </dependency>
           <dependency>
           <groupId>org.apache.scout</groupId>
           <artifactId>scout</artifactId>
           <version>0.7rc2</version>
           </dependency>
          

          And you would put them in the org/apache/juddi folder.
          If you don't have access to repository.jboss.com, then I can add them for you.