2009/9/20 Fabian Kürten <[email protected]>: > If I run mvn package in the root folder, everything works fine. > If I run mvn package in A everything is fine aswell > However, if I run mvn package in B, mvn does not know where to find > test.test:A > > Why is that, how can I solve this (apart from installing A first)?
I think this is the intended behaviour: since A is not installed, and you are trying to package B inside B's directory, not its parent, Maven does not find a dependency and it breaks. Tiles has got lots of this kind of dependency and, in our POV, it is just what we want to accomplish. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
