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