Package io.hawt.jsonschema.maven.plugin

Examples of io.hawt.jsonschema.maven.plugin.JsonSchemaGeneratorMojo.execute()


    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();
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.