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 AbstractExtensionListMojoLists the artifacts having the givengroupIdandversionfrom thelocalRepositoryand checks that they are available in theremoteRepository. As long as there are unavailable artifacts, the requests are re-tried with theretrySecdelay.- Since:
- 0.40.0
-
-
Field Summary
-
Fields inherited from class org.l2x6.cq.maven.AbstractExtensionListMojo
multiModuleProjectDirectory, skipArtifactIdBases
-
-
Constructor Summary
Constructors Constructor Description AwaitReleaseMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.l2x6.cq.maven.AbstractExtensionListMojo
getTree
-
-