if you have module interdependencies, you need to run your build at least to the 'package' phase, so maven can resolve those interdependent artifacts. Otherwise, the build will depend on artifacts from previous builds which were installed in the local repository.
-j On 4/11/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > I have a number of project pom.xml files for a number of modules I am > building eventaully culminating in an ear. > How do I include a dependency from a previously built jar in a different > module? Is it recommended that I install it into my local repository > first? > Otherwise as long as I specify the correct groupId, can I assume that the > mvn compile goal will find all the submodules in other packages? > > Thanks, Mike > >
