Class SetImageVersionMojo

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

    @Mojo(defaultPhase=GENERATE_RESOURCES,
          name="create-image",
          threadSafe=true)
    public class SetImageVersionMojo
    extends org.apache.maven.plugin.AbstractMojo
    • Constructor Detail

      • SetImageVersionMojo

        public SetImageVersionMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • setVersionLabel

        public void setVersionLabel​(String versionLabel)
      • createSetImageVersion

        protected SetImageVersion createSetImageVersion()