Class TestUpdateRegistryMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.apicurio.registry.maven.AbstractRegistryMojo
io.apicurio.registry.maven.TestUpdateRegistryMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="test-update") @Deprecated public class TestUpdateRegistryMojo extends AbstractRegistryMojo
Deprecated.
In favor of using the "dryRun" option of the "register" mojo.
Test artifact against current artifact rules, if an update is possible / valid.
  • Constructor Details

    • TestUpdateRegistryMojo

      public TestUpdateRegistryMojo()
      Deprecated.
  • Method Details

    • validate

      protected void validate() throws org.apache.maven.plugin.MojoExecutionException
      Deprecated.
      Validate the configuration.
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • executeInternal

      protected void executeInternal() throws org.apache.maven.plugin.MojoExecutionException
      Deprecated.
      Specified by:
      executeInternal in class AbstractRegistryMojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • setArtifacts

      public void setArtifacts(List<TestArtifact> artifacts)
      Deprecated.