Evgeniy Galoshin

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
-
-
Evgeniy Galoshin commented, -
Evgeniy Galoshin created a post, How to rerun programmatically the program
Hi, I want to programmatically rerun(There is a command for this also you can use ctrl-f5) Below is a picture of rhis button in ideaSo how I can run this action by myself? -
Evgeniy Galoshin created a post, Rerun all running processes
Hi, I want to create a plugin to rerun all currently running processes. There is a button to rerun only one process, whitch I want to use. I have 2 questions1. How can I add the button near the rer... -
Evgeniy Galoshin commented, -
Evgeniy Galoshin created a post, How can I get what goals was selected in the Maven plugin tree?
How can I get the names of the selected goals (and names of the projects of course) in the maven plugin? I want to run them in external build system from my plugin -
Evgeniy Galoshin created a post, Can I add the button to the part of idea's plugin (maven plugin)?
Hi, My goal is to create a plugin that will build maven project with some custom settings. Can i, for example, choose a couple of goal and press my button to build the maven project with my setting...