Happily, I’ve discovered on the web ZE « Sublime Text » plugin I need : « Maven » ! Yes this is the name of the plugin.
you will find it https://github.com/hangar88/Hangar88ST2Plugins
Update 2016-JAN-08
This git repo does not exist anymore ! Please, see the https://github.com/nlloyd/SublimeMaven instead of. similar functionalities around maven with a better integration 😉
Just copy the Maven cloned directory to the
~/.config/sublime-text-2/Packages path
restart (if it is running) the Sublime Text editor.
Open your maven project and just press the [CTRL]+[B] a small state bar appear on bottom window where a default « clean test » is proposed. And you can write your own goal 🙂 the only thing you must have set before is the standard maven environment variables.
Have fun !
McG.