Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give a meaningful name to the mvnd process #118

Closed
fbricon opened this issue Oct 21, 2020 · 3 comments
Closed

Give a meaningful name to the mvnd process #118

fbricon opened this issue Oct 21, 2020 · 3 comments
Milestone

Comments

@fbricon
Copy link

fbricon commented Oct 21, 2020

While running jps on my machine, it didn't immediately occur\ to me that ServerMain was the actual mvnd process.

❯ jps
79547 ServerMain

I had to jstack it in order to find a meaningful classname in one of the stacktraces.

So just please make it so that the mvnd process can be immediately identifiable when browsing running processes.

@fbricon
Copy link
Author

fbricon commented Oct 21, 2020

yes you can do jps -v to get more useful infos, without needing to dig into jstack

@ppalaga
Copy link
Contributor

ppalaga commented Oct 21, 2020

OK, how about fbricon's favorite build tool ;)

@fbricon
Copy link
Author

fbricon commented Oct 21, 2020

Works for me

ppalaga added a commit that referenced this issue Oct 21, 2020
Rename ServerMain to MavenDaemon to be more explicit, fixes #118
@ppalaga ppalaga changed the title Please give a meaningful name to the mvnd process Give a meaningful name to the mvnd process Oct 25, 2020
@ppalaga ppalaga added this to the 0.0.9 milestone Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants