com.atlassian.maven.plugins.ListDependenciesFilesMojo Maven / Gradle / Ivy
//
// Generated stub from file:/src/jira/smartass-maven-plugin/target/checkout/src/main/groovy/com/atlassian/maven/plugins/ListDependenciesFilesMojo.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 local files MOJO.
*
* @goal generate-files-list
*/
public class ListDependenciesFilesMojo
extends DependencyInspectingMojo
implements groovy.lang.GroovyObject
{
/**
* The name of the output file that this MOJO will create.
*
* @parameter default-value='${project.build.finalName}.list'
*/
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");
}
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");
}
}