Maven: Can I turn off module resolution?
In a project which contains several pom projects IDEA resolves maven dependencies to available modules of the project.
I have no found a way to turn this off. Is this possible?
IDEA can't handle my maven build configuration in a good way so I'd like to rely on the deployed maven artefacts.
Regards,
Wallaby
Please sign in to leave a comment.
See "Add an option to deactivate Maven auto-synchronization" : http://www.jetbrains.net/jira/browse/IDEA-23885
Sylvain