blob: ca6796fe717e60297c21a164fd8f24f479fd7ad2 [file] [log] [blame]
import java.io.File;
/*
This is where you verify the results of the assembly build. You may need to check the existence of a file,
or even peek within a jar file to determine whether the assembly did the right thing.
*/
return new File( basedir, "target/${artifactId}-${version}-bin.dir/lib/junit.jar" ).exists();