blob: b17d0982cd07a0989b312f69da8edca315b6f6b6 [file]
import java.io.*;
File helpMojo = new File( basedir, "target/classes/test/help/HelpMojo.class" );
if ( !helpMojo.isFile() )
{
throw new FileNotFoundException( "Missing/misplaced: " + helpMojo );
}