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

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

//
// Generated stub from file:/src/jira/smartass-maven-plugin/target/checkout/src/main/groovy/com/atlassian/maven/plugins/ListDependenciesArtifactsMojo.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;

/**
 * List dependencies as gavpc MOJO.
 *
 * @goal generate-artifact-list
 */
public class ListDependenciesArtifactsMojo
    extends DependencyInspectingMojo
    implements groovy.lang.GroovyObject
{
    /**
     * The name of the output file that this MOJO will create.
     *
     * @parameter default-value='${project.build.finalName}.artifacts.txt'
     */
    private java.lang.String listFileName = null;
    public java.lang.String getListFileName() {
        throw new InternalError("Stubbed method");
    }
    public void setListFileName(java.lang.String value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * Whether or not to attach the output file to the reactor's artifacts
     * and install/deploy.
     *
     * @parameter default-value=false
     */
    private java.lang.String attach = null;
    public java.lang.String getAttach() {
        throw new InternalError("Stubbed method");
    }
    public void setAttach(java.lang.String value) {
        throw new InternalError("Stubbed method");
    }

    public void execute() throws MojoExecutionException, MojoFailureException {
        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