2010/10/1 Phillip Hellewell <[email protected]>: > In case I want to make changes to the dependency. > > This won't be the general workflow, but if I'm working on artifact A, which > depends on artifact B, and I notice a change needs to be made to B, rather > than have to manually checkout B and make changes there, I want to make it > more seamless by providing an automatic way of getting the source that was > used to build B. > > Then of course I can make changes, commit them, and install/deploy a new > version of B.
If you control B this is not necessary. Simply add a dependency to a snapshot of B and, when you build B and, after it, build A, the latter will get the latest build of B. Or am I missing something? Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
