All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.maven.plugins.ArchiveDependenciesMojo Maven / Gradle / Ivy

//
// Generated stub from file:/src/jira/smartass-maven-plugin/target/checkout/src/main/groovy/com/atlassian/maven/plugins/ArchiveDependenciesMojo.groovy
//

package com.atlassian.maven.plugins;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;

/**
 * Archive dependencies MOJO.
 *
 * @goal archive-dependencies
 */
public class ArchiveDependenciesMojo
    extends DependencyInspectingMojo
    implements groovy.lang.GroovyObject
{
    /**
     * The name of the output file that this MOJO will create.
     *
     * @parameter default-value='${project.build.finalName}.zip'
     */
    private java.lang.String archiveName = null;
    public java.lang.String getArchiveName() {
        throw new InternalError("Stubbed method");
    }
    public void setArchiveName(java.lang.String value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * Whether to skip the create of the archive
     *
     * @parameter default-value="${skip.smartass.zip.update}"
     */
    private boolean skipZipUpdate = false;
    public boolean getSkipZipUpdate() {
        throw new InternalError("Stubbed method");
    }
    public boolean isSkipZipUpdate() {
        throw new InternalError("Stubbed method");
    }
    public void setSkipZipUpdate(boolean value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * The AntBuilder.
     */
    private AntBuilder ant = null;
    public AntBuilder getAnt() {
        throw new InternalError("Stubbed method");
    }
    public void setAnt(AntBuilder value) {
        throw new InternalError("Stubbed method");
    }

    public void execute() throws MojoExecutionException, MojoFailureException {
        throw new InternalError("Stubbed method");
    }

    protected Set readDependenciesFromAssFile() {
        throw new InternalError("Stubbed method");
    }

    protected void writeDependenciesToAssFile(java.lang.Object dependencies) {
        throw new InternalError("Stubbed method");
    }

    public groovy.lang.MetaClass getMetaClass() {
        throw new InternalError("Stubbed method");
    }

    public void setMetaClass(groovy.lang.MetaClass metaClass) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getProperty(java.lang.String name) {
        throw new InternalError("Stubbed method");
    }

    public void setProperty(java.lang.String name, java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy