1 Reply Latest reply on Oct 27, 2009 4:09 PM by kbarlow

    Dependency Managment

    kbarlow

      Hiyas,

       

      I have a question on the maven archetypes... for my project, I have a series of classes which make up the domain for the project - the entities that are common to a few pieces of the project... In my root project, I tried to create a separate jar module to hold these classes that could be listed as a dependency by the relevant jbi modules... for some reason, I can't seem to list this module as a dependency.  When I do, it fails to include the module in the dependencies.  I can reference external projects (i.e. not associated with the parent) but not other modules.  Does anyone know why?  I don't see how this violates maven packaging rules.

       

      Thanks.

       

      Keith