Help on changing versions of maven dependencies

Answered

I came into the situation that I inherited a ver very very (no really) very large java maven project .

 

Currently I'm trying to get an overview on what module depends on what other modules - but for later on I would be interested in suppor if I change the maven version of a module to automatically update the dependency version in the project to that version so that I don't have to do this job. is there anything like that?

 

0
1 comment

Reimport the project in the Maven Projects tool window. IntelliJ IDEA will synchronize pom.xml to the project and will update the list of dependencies.

Maven Dependencies diagram available in IntelliJ IDEA Ultimate can help you to understand the module dependencies.

0

Please sign in to leave a comment.