public class IndexMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String |
excludeArtifactIds
Comma separated list of ArtifactIds to exclude when indexing.
|
protected String |
excludeClassifiers
Comma Separated list of Classifiers to exclude when indexing.
|
protected String |
excludeGroupIds
Comma separated list of GroupIds to exclude when indexing.
|
protected String |
excludeScope
Scope to exclude.
|
protected boolean |
excludeTransitive
If we should exclude transitive dependencies when indexing.
|
protected String |
excludeTypes
Comma Separated list of Types to exclude when indexing.
|
protected String |
includeArtifactIds
Comma separated list of ArtifactIds to include when indexing.
|
protected String |
includeClassifiers
Comma Separated list of Classifiers to include when indexing.
|
protected boolean |
includeDependencies
If we should include project dependencies when indexing.
|
protected String |
includeGroupIds
Comma separated list of GroupIds to include when indexing.
|
protected String |
includeScope
Scope to include.
|
protected String |
includeTypes
Comma Separated list of Types to include when indexing.
|
protected File |
outputDirectory |
Constructor and Description |
---|
IndexMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setOutputDirectory(File outputDirectory) |
void |
setProject(org.apache.maven.project.MavenProject project) |
protected File outputDirectory
protected boolean includeDependencies
protected String excludeGroupIds
protected String includeGroupIds
protected String excludeArtifactIds
protected String includeArtifactIds
protected String excludeClassifiers
protected String includeClassifiers
protected String excludeTypes
protected String includeTypes
protected String excludeScope
protected String includeScope
protected boolean excludeTransitive
public void setProject(org.apache.maven.project.MavenProject project)
public void setOutputDirectory(File outputDirectory)
public void execute()
Copyright © 2011-2014 Sonatype, Inc.. All Rights Reserved.