130131132133134135136137138139140
// add a reference to the full build object getProject().addReference(Key.build.referenceId(), build); // output the build info build.describe(); build.setup(); if (isVerbose()) { getConsole().separator();