Problem when reimport maven
Answered
Hello,
I have a problem between maven and IntelliJ.
I have multiples modules in my project and pom files are ok so the mvn clean install works great.
When I try to reimport the dependencies in Intellij using the "Reimport All Maven Projects" button, it does not work.
The list of dependencies in the Project Structure \ Modules view is empty for each module.
Have you already face this problem ?
Please sign in to leave a comment.
Hi, could you please provide a project example, or at least a pom.xml to reproduce the problem?
Hello,
Here is one of the pom file of the project :
When I try to upgrade the version of play-services-location to 7.0.0, it works great in Maven, but the IntelliJ module stay stuck with the 6.5.87 version. What's even weirder is that when I change the version in the pom file to a version that doesn't exists, the IntelliJ module is updated.
I realy don't know what is happening.
Check the logs for errors, see http://stackoverflow.com/a/42427510/104891.