public abstract class AbstractResolveMojo extends AbstractDependencyFilterMojo
Modifier and Type | Field and Description |
---|---|
protected boolean |
appendOutput
Whether to append outputs into the output file or overwrite it.
|
protected boolean |
excludeReactor
Don't resolve plugins that are in the current reactor.
|
protected File |
outputFile
If specified, this parameter causes the dependencies to be written to the path specified instead of
the console.
|
classifier, excludeArtifactIds, excludeClassifiers, excludeGroupIds, excludeScope, excludeTransitive, excludeTypes, includeArtifactIds, includeClassifiers, includeGroupIds, includeScope, includeTypes, markersDirectory, overWriteIfNewer, overWriteReleases, overWriteSnapshots, prependGroupId, type
reactorProjects, session
Constructor and Description |
---|
AbstractResolveMojo() |
filterMarkedDependencies, getArtifactResolver, getClassifierTranslatedDependencies, getDependencyResolver, getDependencySets, getDependencySets, getMarkedArtifactFilter, getMarkersDirectory, getRepositoryManager, getResolvedDependencies, isPrependGroupId, resolve, setMarkersDirectory, setPrependGroupId
doExecute, execute, getProject, isSilent, isSkip, newResolveArtifactProjectBuildingRequest, newResolvePluginProjectBuildingRequest, setSilent, setSkip
@Parameter(property="outputFile") protected File outputFile
@Parameter(property="appendOutput", defaultValue="false") protected boolean appendOutput
@Parameter(property="excludeReactor", defaultValue="true") protected boolean excludeReactor
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.