Class CheckMilestoneExistMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="check-milestone-exist",
          defaultPhase=INITIALIZE)
    public class CheckMilestoneExistMojo
    extends GitlabMojoSupport
    Check if a given milestone exists and fail build if the milestone was not found.

    Created by tchemit on 12/03/17.

    Author:
    Tony Chemit - dev@tchemit.fr
    • Constructor Detail

      • CheckMilestoneExistMojo

        public CheckMilestoneExistMojo()