test: function () {
    console.info('atom-maven:test invoked');
    atom.workspace.scan(/<project.*/g, (match) => {
      if (match.filePath.endsWith('pom.xml')) {
        ui.info(RUNNING_TESTS);