2 Replies Latest reply on Nov 29, 2007 7:17 AM by tom.baeyens

    maven repo resolver

    tom.baeyens

      Charles,

      I see you added the maven repo resolver. But I would like to have all ivy files centralized into our own repository that we (read: you and us) have under control.

      Could you argument why you did it this way ? Which libs were referenced in the maven repo ?

        • 1. Re: maven repo resolver
          csouillard

          Hi Tom,

          we had problems downloading a jar file I don'remember which one. I think it is not aproblem to add a resolver. Ivy take resolvers in order they are defined so if everything is in jboss ivy repo, it will never use maven repo

          • 2. Re: maven repo resolver
            tom.baeyens

            i want to know and evaluate dependencies when they are introduced. Also I want our ivy repo to contain all the infromation on which components have dependencies on which other libs.

            That is something that is not going to be the case if we allow for deps to be resolved in external repos.