maven - Automatic exporting of dependencies in InteliJ Idea when reading poms? -
i tried search both here , on jetbranis.net did not found answer.
i have created project (p) using maven have modules (a,*b*). module a dependant on module b , module b dependent on libraries r. when open p using intelij idea 10.0.1 works smoothly. problem have dependency handling.
the dependencies imported transitively. both a,*b* dependent on libraries r. expect b dependent on r, expect r exported , a dependent on b.
i found old posts on jetbrains seam related, seams have opposite problem http://devnet.jetbrains.net/thread/286098. can advise me please? did missed configuration option?
this how maven's dependencies work; each module (aka maven project) has isolated classpath. dependencies, imported idea, not 'exported' prevent interference between transitive dependencies.
Comments
Post a Comment