Supported IDEs plugin.xml become empty when additional depends are added
已回答
In plugin.xml, we need to include org.jetbrains.idea.maven and org.jetbrains.idea.maven.model to bring in dependencies needed along with the dependency org.jetbrains.java to support the IDEs (IntelliJ IDEA Educational — 2020.2+, IntelliJ IDEA Community — 2020.2+, IntelliJ IDEA Ultimate — 2020.2+).
When we do this, the IDEs supported are empty. If we only include org.jetbrains.java, then we get the correct supported IDEs.
How do we bring in the maven dependencies needed and still have the IDEs supported listed when published to the marketplace?
请先登录再写评论。
Made them optional dependencies and that worked.