os.close(); // stream is flushed but not closed by Properties.store()
FileUtils.copyFile( pomFile, new File( pomPropertiesDir, "pom.xml" ) );
File jarFile = new File( buildDir, artifactId + ".jar" );
jarMojo.execute( new File( classes ), jarFile );
return jarFile;
}
public String getCurrentUtcDate()