Information about maven importing
HI,
I noticed that when I run "Generate Source and Update Folders" action I dont get any information even if there is some error.
Only place where I can find information about it is in log files.
I'm quite new in IDEA so maybe I missing something, but I can find out that i.e. my xsd file is missing and generate source failed.
How do you handle this kind of problmes?
Please sign in to leave a comment.
Unfortunatelly, you can see error messages in log only.
"Generate Source and Update Folders" just run "mvn process-resources". Is xsd exist when you run "mvn process-resources" at the command line?
I know that I can verify my configuration by running specific goal and checking output, but I wonder if it is not a feature that would be nice to see this kind of issue inside IDEA.
What do you think?
Of course IDEA must show errors more friendly then exception in the log file. It's a bug.