Class ProtoCompatibilityMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.infinispan.plugins.proto.compatibility.ProtoCompatibilityMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="proto-schema-compatibility-check", defaultPhase=VERIFY, requiresDependencyResolution=COMPILE, threadSafe=true) public class ProtoCompatibilityMojo extends org.apache.maven.plugin.AbstractMojo
Protocol Buffers compatibility checks using ProtoStream
Since:
10.0
Author:
Ryan Emerson
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute the plugin.

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProtoCompatibilityMojo

      public ProtoCompatibilityMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Execute the plugin.
      Throws:
      org.apache.maven.plugin.MojoExecutionException - thrown when execution of protolock fails.