Why my artifact no longer synchronizes with my maven module ?
Hi,
Intellij IDEA 2021.2.2 ans 2021.2.3
I use Intellij without major issue since one year now.
I have a big single repo maven project with multi modules, ~100 modules, and all works fine without issue until last week where for no reason, my artifacts stop to synchronize automatically avec my maven module.
For all maven module with type war, Intellij create a artifact and synchronize it automatically. By synchronisation, I mean that WEB-INF lib directory is automatically updated regarding module dependency.
Since last week, when I update the dependency in my pom.xml, dependency are updated in my module, but the corresponding artifact is not updated.
No error, no information !
How can I investigate to understand why this happens ?
PS: I already cleanup my index and restart without success
Thanks a lot
Please sign in to leave a comment.
Please report at https://youtrack.jetbrains.com/newIssue?project=IDEA with the logs attached (Help | Collect Logs and Diagnostic Data). A sample project to reproduce would help a lot.
You can try deleting .idea directory and reimport the project from pom.xml as a workaround.
Thank you for your response Serge Baranov.
I have imported a cloned repo in new Intellij project. After compare my both .idea directory, I have notice that the web framework was disabled in the misc.xml file of my original project.
Something like
Maybe it's due to an wrong manipulation, maybe a wrong click on a notification popup ??
I will not open ticket for moment and hope this response will help others in future.
Regards