Package org.l2x6.cq.maven
Class AwaitReleaseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.l2x6.cq.maven.AbstractExtensionListMojo
org.l2x6.cq.maven.AwaitReleaseMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="await-release",
threadSafe=true,
requiresProject=false)
public class AwaitReleaseMojo
extends AbstractExtensionListMojo
Lists the artifacts having the given
groupId and version from the localRepository and
checks that they are available in the remoteRepository. As long as there are unavailable artifacts, the
requests are re-tried with the retrySec delay.- Since:
- 0.40.0
-
Field Summary
Fields inherited from class org.l2x6.cq.maven.AbstractExtensionListMojo
multiModuleProjectDirectory, skipArtifactIdBasesFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.l2x6.cq.maven.AbstractExtensionListMojo
getTreeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AwaitReleaseMojo
public AwaitReleaseMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-