Class DeployFolderMojo

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

    @Mojo(name="deploy-folder")
    public class DeployFolderMojo
    extends AbstractDeployMojo
    implements Constants
    Installs artifacts from folder to remote repository.
    • Field Detail

      • project

        @Parameter(defaultValue="${project}",
                   readonly=true)
        protected org.apache.maven.project.MavenProject project
    • Constructor Detail

      • DeployFolderMojo

        public DeployFolderMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException