On Thu, Oct 21, 2010 at 12:35 PM, Phillip Hellewell <[email protected]>wrote:
> On Thu, Oct 21, 2010 at 12:32 PM, Wayne Fay <[email protected]> wrote: > >> And to make it more manageable capture the version in a property and > >> use that in the different places. > > > > Or compose all 3 artifacts into a single "all" dependency and depend on > it. > > Thanks. Given the issues surrounding classifiers, I'm thinking of > just having an "all" artifact and not even having the 3 split out > ones. > Thats the route I ended up taknig. We have an in-house framework, and I created a seperate project for that. It made version control trivial - but extensive testing and some rework was needed as dependencies that used to be immediate, were now transitive. if you have a single layer project tree, you should be fine, but if there are several layers to your project tree, then make sure you test things extensively.
