Tagged Questions

2
votes
4answers
59 views

What is a clean / recommended way to terminate a perpetually-running command-line Java application?

More specifically, I have a multithreaded command line Java application which runs and collects data until the user terminates it. The obvious way for the user to terminate it is by pushing ...
2
votes
2answers
203 views

Add dependency to existing pom.xml via shell

Is there a way to add dependencies to an existing pom.xml via shell script? Something like: mvn dependency:add -DgroupID=com.acme -DartifactId=project [Update] Clarified that I want to add to an ...
2
votes
6answers
337 views

Renaming the trash command of trash-cli?

I'm the developer of the trash-cli project. The trash-cli project is a opensource implementation of the FreeDesktop.org Trash Specification that provides a command line interface to manage the ...