Class YamlToJsonMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="yaml2json",
          defaultPhase=GENERATE_SOURCES)
    public class YamlToJsonMojo
    extends org.apache.maven.plugin.AbstractMojo
    A mojo that converts YAML to JSON.
    • Constructor Detail

      • YamlToJsonMojo

        public YamlToJsonMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException