Class DeployMojo

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

    @Mojo(name="deploy",
          threadSafe=true)
    public class DeployMojo
    extends BaseMojo
    Build and deploy a project. It inherits from most configuration of build command and adds remote repository settings.
    • Constructor Detail

      • DeployMojo

        public DeployMojo()
    • Method Detail