Re: snapshot built locally

2012-07-14 Thread Aliaksei Lahachou
Hello Chad, I think the behavior is the same, here's what I did: * I built multi-module project with mvn clean install - now all artifact are in my local repository. * I changed directory to the top-level module, which depends on other modules in the project and executed mvn clean install -U -

snapshot built locally

2012-07-13 Thread Chad.Davis
I understand that a SNAPSHOT dependency will be pulled from my local repository, and once a day maven will make a check for a newer version in remote repositories known to the build. Is this behavior the same if the SNAPSHOT dependency in local was built and installed from a local build?

Re: snapshot built locally

2012-07-13 Thread Wayne Fay
I understand that a SNAPSHOT dependency will be pulled from my local repository, and once a day maven will make a check for a newer version in remote repositories known to the build. Is this behavior the same if the SNAPSHOT dependency in local was built and installed from a local build? I