When you develop Maven dependencies for your projects, you want to be able to debug those dependencies or modify the code, as you debug the main application.
You can easily do that in Eclipse, by importing the main application and the dependent projects.
However, it is not so straightforward in Intellij.
In Intellij you can debug a Maven dependency, by downloading the source code:
1) Right click on the project and select "Maven > Download sources" 2) Right click on the project and select "Maven > Reimport"
This allow you to debug the decompiled code, but not to modify it.
In IntelliJ you can debug and modify a Maven dependency, following this procedure:
1) Check out the dependency code, in addition to the main project. 2) Click on "File > New > Module from existing project" 3) Select the dependency pom
Copyright © 2013 Welcome to the website of Davis Fiore. All Rights Reserved.