}
*/
public void testMojoGoal() throws Exception {
File testPom = new File( getBasedir(), "/target/test-classes/test-pom.xml");
JsonSchemaGeneratorMojo mojo = new JsonSchemaGeneratorMojo();
configureMojo(mojo, "hawtio-json-schema-generator-plugin", testPom);
mojo.execute();
}