Package io.hawt.jsonschema.maven.plugin

Examples of io.hawt.jsonschema.maven.plugin.JsonSchemaGeneratorMojo


    }
    */

    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

Related Classes of io.hawt.jsonschema.maven.plugin.JsonSchemaGeneratorMojo

Copyright © 2018 www.massapicom. 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.