Package io.apicurio.registry.maven
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.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Deprecated.void
setArtifacts
(List<TestArtifact> artifacts) Deprecated.protected void
validate()
Deprecated.Validate the configuration.Methods inherited from class io.apicurio.registry.maven.AbstractRegistryMojo
createClient, createVertx, execute, getContentTypeByExtension, logAndThrow, logAndThrow, logAndThrow, setAuthServerUrl, setClientId, setClientScope, setClientSecret, setPassword, setRegistryUrl, setUsername
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
TestUpdateRegistryMojo
public TestUpdateRegistryMojo()Deprecated.
-
-
Method Details
-
validate
protected void validate() throws org.apache.maven.plugin.MojoExecutionExceptionDeprecated.Validate the configuration.- Throws:
org.apache.maven.plugin.MojoExecutionException
-
executeInternal
protected void executeInternal() throws org.apache.maven.plugin.MojoExecutionExceptionDeprecated.- Specified by:
executeInternal
in classAbstractRegistryMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
setArtifacts
Deprecated.
-