类 AbstractDependencyFilterMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.springframework.boot.maven.AbstractDependencyFilterMojo
- 所有已实现的接口:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public abstract class AbstractDependencyFilterMojo
extends org.apache.maven.plugin.AbstractMojo
A base mojo filtering the dependencies of the project.
- 从以下版本开始:
- 1.1.0
- 作者:
- Stephane Nicoll, David Turanski
-
嵌套类概要
嵌套类修饰符和类型类说明protected static classArtifactFilterto exclude test scope dependencies.protected static classArtifactFilterthat only include runtime scopes. -
字段概要
字段从接口继承的字段 org.apache.maven.plugin.Mojo
ROLE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected final Set<org.apache.maven.artifact.Artifact> filterDependencies(Set<org.apache.maven.artifact.Artifact> dependencies, org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter... additionalFilters) getDependencyURLs(org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter... additionalFilters) protected voidsetExcludeGroupIds(String excludeGroupIds) protected voidsetExcludes(List<Exclude> excludes) protected voidsetIncludes(List<Include> includes) protected URL从类继承的方法 org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.maven.plugin.Mojo
execute
-
字段详细资料
-
project
@Parameter(defaultValue="${project}", readonly=true, required=true) protected org.apache.maven.project.MavenProject projectThe Maven project.- 从以下版本开始:
- 3.0.0
-
-
构造器详细资料
-
AbstractDependencyFilterMojo
public AbstractDependencyFilterMojo()
-
-
方法详细资料
-
setExcludes
-
setIncludes
-
setExcludeGroupIds
-
toURL
-