13461347134813491350135113521353135413551356
public String getMavenVersion() throws VerificationException { Commandline cmd = createCommandLine(); cmd.addArguments( new String[] { "--version" } ); File log; try { log = File.createTempFile( "maven", "log" );