com.atlassian.maven.plugins.DependencyInspectingMojo Maven / Gradle / Ivy
//
// Generated stub from file:/src/jira/smartass-maven-plugin/target/checkout/src/main/groovy/com/atlassian/maven/plugins/DependencyInspectingMojo.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.artifact.repository.ArtifactRepository;
import org.apache.maven.artifact.resolver.ArtifactResolver;
import org.apache.maven.project.MavenProject;
import org.apache.maven.project.MavenProjectHelper;
import org.codehaus.gmaven.mojo.GroovyMojo;
abstract public class DependencyInspectingMojo
extends GroovyMojo
implements groovy.lang.GroovyObject
{
/**
* 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");
}
/**
* Artifacts which are not included in the archive or list.
*
* @parameter default-value=""
*/
private java.lang.String excludeArtifactIds = null;
public java.lang.String getExcludeArtifactIds() {
throw new InternalError("Stubbed method");
}
public void setExcludeArtifactIds(java.lang.String value) {
throw new InternalError("Stubbed method");
}
/**
* The local Maven repository.
*
* @parameter expression="${localRepository}"
* @required
* @readonly
*/
private ArtifactRepository localRepository = null;
public ArtifactRepository getLocalRepository() {
throw new InternalError("Stubbed method");
}
public void setLocalRepository(ArtifactRepository value) {
throw new InternalError("Stubbed method");
}
/**
* The remote Maven repositories.
*
* @parameter default-value="${project.remoteArtifactRepositories}"
* @required
* @readonly
*/
private List remoteRepositories = null;
public List getRemoteRepositories() {
throw new InternalError("Stubbed method");
}
public void setRemoteRepositories(List value) {
throw new InternalError("Stubbed method");
}
/**
* @component
*/
private ArtifactResolver artifactResolver = null;
public ArtifactResolver getArtifactResolver() {
throw new InternalError("Stubbed method");
}
public void setArtifactResolver(ArtifactResolver 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");
}
/**
* Creates the archive containing the artifacts of this project's dependencies.
* Call from superclass and put your code in closure.
*/
public void resolveAllArtifacts(Closure processArtifacts) {
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");
}
}