Maven module vs java module.
Hi all,
What is meant by maven module and java module in Intellij? Is there any particular difference between these two or I can proceed with any one?
I need some reference in wiki or some web-help.
Any help is appriciated on this regard.
Thanks,
Niraj
Please sign in to leave a comment.
Idea parces maven build file and transform it to internal project model. So at the end all the maven modules (almost) become a java module. If you add a maven module to the project, it just mean what idea will syncronize project file with pom. But if you're going to add pure java module to maven project, it will be managed as usual.
regards, Alex
Hi Alex,
Thanks for your reply.
Thanks,
Niraj