Skip to content

Frequently Asked Questions

Bennet Schulz edited this page Jan 8, 2018 · 11 revisions

All my tests are throwing a NullPointerException and I'm getting a "Cannot load resource: /idea/IdeaApplicationInfo.xml" message. What do I have to do?

  • Maybe you are using IntelliJ IDEA Ultimate and forgot to use the 'ultimate' profile when building the appplication: mvn clean install -P ultimate.

What do I have to do when IntelliJ IDEA doesn't start anymore after adding a new version of Camel IDEA Plugin?

  • You have to delete installed plugin manually:
    • cd /Users/bennet/Library/Application\ Support/IntelliJIdea2017.2/)
    • rm -rf camel-idea-plugin/

Maven can't find IntelliJ IDEA artifacts in version x.y.z. How do I fix this?

Clone this wiki locally