I\'m using git, and creating lots of git branches for new features on a project I\'m working on. Every once in a while, I\'ll create a new branch off master as usual (let\'s
While my IDE is IDEA13 with maven. Work fine with maven in command line, while using IDEA run( shift + F10) show this error. I do as below and fix this:
1.Open .iml in the project root.
2.Find some line like:
3.Remove this line or change value to false.
This is my work way.
May Help.