I am running code review tools on a large application. The code is all held in a clearcase team view, but information on the maven build is held in another. The developers get a view which includes the code and the maven build repository, but that is not possible for test teams here. I have a view which lets me see the code and another view which gives me access to the maven repository.
My problem is I can't seem to find a way to have both views active at once.
To run my test tools I use cleartool setview -exec "test scripts etc" mycodeview
Is there a way to run my review tools while also having access to mymavenview?