com.luuuis.maven.smartass.ArchiveDependenciesMojo Maven / Gradle / Ivy
//
// Generated stub from file:/Users/luis/Workspace/smartass-maven-plugin/target/checkout/src/main/groovy/com/luuuis/maven/smartass/ArchiveDependenciesMojo.groovy
//
package com.luuuis.maven.smartass;
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.project.MavenProject;
import org.apache.maven.project.MavenProjectHelper;
import org.codehaus.gmaven.mojo.GroovyMojo;
/**
* Archive dependencies MOJO.
*
* @goal archive-dependencies
*/
public class ArchiveDependenciesMojo
extends GroovyMojo
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");
}
/**
* 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");
}
/**
* The scope to consider when calculating the set of dependencies to archive.
*
* @parameter default-value="runtime"
*/
private java.lang.String includeScope = null;
public java.lang.String getIncludeScope() {
throw new InternalError("Stubbed method");
}
public void setIncludeScope(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");
}
/**
* @parameter expression="${project}"
* @required
* @readonly
*/
private MavenProject project = null;
public MavenProject getProject() {
throw new InternalError("Stubbed method");
}
public void setProject(MavenProject value) {
throw new InternalError("Stubbed method");
}
/**
* The Maven project helper.
*
* @component
*/
private MavenProjectHelper projectHelper = null;
public MavenProjectHelper getProjectHelper() {
throw new InternalError("Stubbed method");
}
public void setProjectHelper(MavenProjectHelper 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");
}
/**
* Creates the archive containing the artifacts of this project's dependencies.
*/
public void execute() {
throw new InternalError("Stubbed method");
}
protected void writeArtifactsToListFile(Collection updatedArtifacts) {
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");
}
}