import org.jetbrains.idea.maven failed
Answered
I'm a developer of IDEA plugin and I'm developing a plugin about maven. I want to use the class that org.jetbrains.idea.maven.project.MavenProjectsManager, but the IDEA point out that can not found this class. And also can not found the package org.jetbrains.idea.maven.project. When I add
<depends>org.jetbrains.idea.maven</depends>
in plugin.xml, but import failed.
So, I want to know how to import the package of org.jetbrains.idea.maven.project. Thanks a lot.
Please sign in to leave a comment.
If you use Gradle - adding this maven repo works for me to fix depens issue
Borrowed from here: https://github.com/JetBrains/gradle-intellij-plugin
Please see http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html