Package io.ultreia.maven.gitlab
Class GenerateChangesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.ultreia.maven.gitlab.GitlabMojoSupport
-
- io.ultreia.maven.gitlab.GenerateChangesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-changes", defaultPhase=PRE_SITE) @Execute(goal="download-milestones") public class GenerateChangesMojo extends GitlabMojoSupportGenerate achanges.xmlfile with releases data used bymaven-changes-pluginto generate project releases history report.Created by tchemit on 20/02/17.
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description GenerateChangesMojo()
-
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, ProjectNotFoundException
- Throws:
IOExceptionProjectNotFoundException
-
-