Module Dependency

Answered

I have a maven project with two modules. One module has dependencies on the second module.

For some reason the dependency is not working properly.

Instead depending on the module source (or target) it depends on the jar specified on the maven pom file.

The Project Structure > Modules > Dependencies lists "<Module Source>" but seems like this is not working.

I wonder if it works on the ultimate version.

Thanks

0
1 comment

Hello,

It's a known issue: https://youtrack.jetbrains.com/issue/IDEA-134885

There is however a hidden option that you may try to set: 

external.system.substitute.library.dependencies = true

via "Help | Edit Custom Properties" and restart.

 

0

Please sign in to leave a comment.