Package io.ultreia.maven.gitlab
Class DownloadExtraArtifactsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.ultreia.maven.gitlab.GitlabMojoSupport
-
- io.ultreia.maven.gitlab.DownloadExtraArtifactsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="download-extra-artifacts", defaultPhase=GENERATE_RESOURCES) @Execute(goal="download-milestones") public class DownloadExtraArtifactsMojo extends GitlabMojoSupportTo download in cache extra milestones artifacts.Created on 16/12/2021.
- Since:
- 1.0.20
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description DownloadExtraArtifactsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecute(GitlabAPIExt api)-
Methods inherited from class io.ultreia.maven.gitlab.GitlabMojoSupport
execute, getHost, getOrganizationId, getProjectId, isVerbose, loadArtifacts, newCache, removeSnapShot
-
-
-
-
Method Detail
-
execute
protected void execute(GitlabAPIExt api) throws IOException, MilestoneNotFoundException
-
-