主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Bubenchikov
活动总数
38
最后的活动
2024年12月18日 15:21
成员加入日期
2019年03月07日 10:52
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
18
活动概览
帖子(0)
评论(19)
按最近的活动排序
最近的活动
投票数
创建于
2020年09月08日 16:21
Unfortunately no. Maven plugin, by historic reasons, have another codebase than other build systems. Could you please create a feature request, it is not hard to add support for RunConfigurationExt...
社区
IntelliJ IDEA Open API and Plugin Development
How to include my own RunConfigurationExtension in MavenRunConfiguration?
0 票
已编辑于
2020年09月03日 12:27
Please, do not use GradleProjectImportProvider, neither JavaGradleProjectImportProvider directly, this classes are for internal use. ProjectUtil.openOrImport is designed to be used for this. Th...
社区
IntelliJ IDEA Open API and Plugin Development
Correct way to import Maven/Gradle project
0 票
已编辑于
2020年06月05日 15:36
Hi Stephan. The answer is simple - you did not imported project. I'd recommend you to make your class extends MavenImportingTestCase, you can look at https://github.com/JetBrains/intellij-community...
社区
IntelliJ IDEA Open API and Plugin Development
Testing a plugin: No file in project
0 票
已编辑于
2020年05月26日 15:40
Not clear what API do you need. I see you are aware of MavenProjectsManager. If I understood correctly, I think you have to change pom.xml file programmatically, and add <exclusions> tag, then reim...
社区
IntelliJ IDEA Open API and Plugin Development
Excluding transitive dependency in a Maven project from an IDEA plugin
0 票
已编辑于
2019年12月13日 10:29
Hi Alexander. There are some steps in pom re-importing, and project reading, dependency resolving are splitted across this steps, MavenProjectTree manages project structure, not maven dependencies...
社区
IntelliJ IDEA Open API and Plugin Development
Maven pom.xml changed events listener
0 票
创建于
2019年07月09日 12:51
Hi Rudi. Could you please run maven from command line terminal? Is there the same error?
社区
IntelliJ IDEA EAP Users
IntelliJ EAP 192.5587.17
0 票
创建于
2019年03月11日 12:38
Well, you can look into other third-party implmenetations of external system api plugin. https://github.com/cbeust/kobalt-intellij-plugin Could you please confirm, do you want to create 2000+ modu...
社区
IntelliJ IDEA Open API and Plugin Development
More compete documentation and/or examples for external system api
0 票
创建于
2019年03月07日 10:53
please find my comments in this thread https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003290900-More-compete-documentation-and-or-examples-for-external-system-api
社区
IntelliJ IDEA Open API and Plugin Development
Custom build system plugin and weird directory layouts
0 票
已编辑于
2019年03月07日 12:15
Hi Thomas. You can find documentation here http://www.jetbrains.org/intellij/sdk/docs/welcome.html Yes, unfortunately External System API documented less than one would like, so the best way is to ...
社区
IntelliJ IDEA Open API and Plugin Development
More compete documentation and/or examples for external system api
0 票
«
第一页
‹
上一页