Zaerymoghaddam

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 3
-
Zaerymoghaddam created a post, AnsweredWhat's the process to have a new plugin bundled with Intellij Community release
Hi As part of the https://github.com/MicroShed group on GitHub who's working on tools around Java MicroProfile spec, we've developed the MicroProfile Starter Intellij plugin last year. Now we want ... -
Zaerymoghaddam commented, -
Zaerymoghaddam created a post, AnsweredUnable to create a custom maven based module type
Hi Sorry for such a long question. Unfortunately I couldn't find any similar cases (with an answer) in the forum. I'm working on a plugin for Eclipse MicroProfile Starter. It's mainly a module type... -
Zaerymoghaddam commented, -
Zaerymoghaddam created a post, AnsweredAccessing com.intellij.openapi from Gradle based plugin project
Hi I'm working on a Gradle-based plugin and I need to access classes in java openapi module (e.g. classes like StdModuleTypes or JavaModuleBuilder). But I don't know how to add a dependency to that...