99100101102103104105106107
} } private void buildCommands() { cliCommands.add(getSpecializedCliMojoCommand()); cliCommands.add(new ExitCommand()); cliCommands.add(new ListProjectsCommand(modules.keySet())); cliCommands.add(new HelpCommand(cliCommands)); }