Hi, I have a project with modules. My first module depends on poi, and my second depends on my first. When I run eclipse:eclipse from my root project I have poi in both classpath of my projects, so everything works. But when I run it from my second project poi isn't in the classpath. So I try it with the compile plugin and I have the same error. But maven must use transitive dependencies so why it does not work ?
-- CletteBou clettebou.miniville.fr
