
Get a command prompt on any Eclipse project
A very little trick that allow you to quickly run any operation involving a DOS command on an Eclipse project. Go to the external launcher, and create a new configuration.
This trick may be useful for running your Maven set of command without any dependencies to M2Eclipse.
Location: {ENV_VAR:COMSPEC}
Working Directory: {project_loc}
{ENV_VAR}
Returns the value of an environment variable. An environment variable name must be specified as an argument.