Modifier and Type | Method and Description |
---|---|
java.util.Set<Artifact> |
DefaultProjectArtifactFactory.createArtifacts(MavenProject project) |
java.util.Set<Artifact> |
ProjectArtifactFactory.createArtifacts(MavenProject project) |
Modifier and Type | Method and Description |
---|---|
void |
PluginManager.executeMojo(MavenProject project,
MojoExecution execution,
MavenSession session)
Deprecated.
|
Constructor and Description |
---|
InvalidPluginException(java.lang.String message,
InvalidDependencyVersionException e) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPluginManager.executeMojo(MavenProject project,
MojoExecution execution,
MavenSession session) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Artifact> |
MavenProject.createArtifacts(ArtifactFactory artifactFactory,
java.lang.String inheritedScope,
ArtifactFilter filter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Artifact> |
MavenMetadataSource.createArtifacts(ArtifactFactory artifactFactory,
java.util.List<Dependency> dependencies,
java.lang.String inheritedScope,
ArtifactFilter dependencyFilter,
MavenProject project)
Deprecated.
|