1 Reply Latest reply on Aug 28, 2008 5:06 PM by pgier

    org.codehaus.woodstox:wstx-lgpl missing from jboss repositor

    pferraro

      jbossas/component-matrix/pom.xml contains the following artifact that does not exist in the jboss repository:

       <dependency>
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-lgpl</artifactId>
       <version>3.2.6</version>
       </dependency>
      


      My maven setup has the maven central repo masked by a mirror as recommended in this forum. To be able to build, I need to re-enable the central repo atm. Shouldn't hudson also be setup this way to catch missing artifacts like this one?

        • 1. Re: org.codehaus.woodstox:wstx-lgpl missing from jboss repos
          pgier

          I added the woodstox jar to our repository. Please let me know if you find any problems with it.

          You're right, hudson should probably be set up without a dependency on the central repository. Once we have a proxy server, hudson will be able to go through that to get dependencies instead of going directly to the repositories.