Re: Easy way to install into project-local repo...

2006-11-13 Thread Garvin LeClaire
If you are building a SNAPSHOT of a multimodule project you will need to use "mvn install", as this will install all the dependent snapshots to your local repository for the subsequent module builds to use. You only need to use the "deploy" goal when you are ready to push your artifacts to a sha

Easy way to install into project-local repo...

2006-11-13 Thread Jason Dillon
and keep pulling dependencies into user-local repo? I am trying to get all of the artifacts the current project (and all its modules) produces in isolation to all of those it depends upon. Right now all I can do (AFAIK) is to configure a file://${dir} repo (externally setting the dir prope