|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MavenException | |
---|---|
org.apache.maven | Core code used to execute Maven |
org.apache.maven.jelly.tags.maven | Various jelly tags provided by Maven to allow easier access its facilities |
org.apache.maven.plugin | Code to cache and manage plugin execution |
org.apache.maven.repository | Repository and their held artifacts |
org.apache.maven.verifier | Code that verifies Maven configuration details |
Uses of MavenException in org.apache.maven |
---|
Subclasses of MavenException in org.apache.maven | |
class |
GoalException
A generic exception related to Maven and goal acquisition |
class |
NoGoalException
Indicates an attempt to access run Maven, without having enough information to find the appropriate goal. |
class |
UnknownGoalException
Indicates an attempt to access an unknown werkz goal. |
Methods in org.apache.maven that throw MavenException | |
static Project |
MavenUtils.getProject(java.io.File projectDescriptor)
Create a Project object given a file descriptor. |
static Project |
MavenUtils.getProject(java.io.File projectDescriptor,
MavenJellyContext parentContext)
Create a Project object given a file descriptor, and a parent context |
static Project |
MavenUtils.getProject(java.io.File projectDescriptor,
MavenJellyContext parentContext,
boolean useParentPom)
Create a Project object given a file descriptor and optionally a parent Jelly context. |
static java.util.List |
MavenUtils.getProjects(java.io.File directory,
java.lang.String includes,
java.lang.String excludes)
This is currently used for the reactor but may be generally useful. |
static java.util.List |
MavenUtils.getProjects(java.io.File directory,
java.lang.String includes,
java.lang.String excludes,
MavenJellyContext context)
This is currently used for the reactor but may be generally useful. |
static java.io.InputStream |
MavenUtils.getProjectInputStream(Project project)
|
Project |
MavenSession.getPluginProjectFromGoal(java.lang.String goal)
|
java.util.Set |
MavenSession.getProjectGoals(Project project)
|
Uses of MavenException in org.apache.maven.jelly.tags.maven |
---|
Subclasses of MavenException in org.apache.maven.jelly.tags.maven | |
class |
DependencyResolverException
TODO: describe |
Uses of MavenException in org.apache.maven.plugin |
---|
Subclasses of MavenException in org.apache.maven.plugin | |
class |
UnknownPluginException
Indicates an attempt to access an unknown plugin. |
Methods in org.apache.maven.plugin that throw MavenException | |
Project |
JellyScriptHousing.getProject()
|
void |
PluginManager.initialize()
Initialize all plugins. |
java.util.Set |
PluginManager.getGoalNames(Project project)
Warning - this completely scrogs the default mapper. |
void |
PluginManager.installPlugin(java.io.File file,
Project parentProject)
|
void |
PluginManager.installPlugin(java.io.File file,
Project parentProject,
boolean cache)
Load and install a plugin. |
MavenJellyContext |
PluginManager.getPluginContext(java.lang.String id)
|
Project |
PluginManager.getPluginProjectFromGoal(java.lang.String goal)
|
Uses of MavenException in org.apache.maven.repository |
---|
Methods in org.apache.maven.repository that throw MavenException | |
java.lang.String |
ArtifactTypeHandler.constructRepositoryFullPath(java.lang.String type,
Project project,
java.lang.String version)
Map an artifact to a repository path. |
java.lang.String |
ArtifactTypeHandler.constructRepositoryDirectoryPath(java.lang.String type,
Project project)
Map an artifact to a repository directory path. |
Uses of MavenException in org.apache.maven.verifier |
---|
Subclasses of MavenException in org.apache.maven.verifier | |
class |
ChecksumVerificationException
Specialized artifact corruption exception. |
class |
RepoConfigException
Specialized repository configuration exception. |
class |
UnsatisfiedDependencyException
Specialized unsatisfied dependency exception. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |