# Functions
No description provided by the author
DownloadAndCopySettingsFiles downloads the global or project settings file if the strings contain URLs.
DownloadAndGetMavenParameters downloads the global or project settings file if the strings contain URLs.
Evaluate constructs ExecuteOptions for using the maven-help-plugin's 'evaluate' goal to evaluate a given expression from a pom file.
Execute constructs a mvn command line from the given options, and uses the provided mavenExecRunner to execute it.
GetTestModulesExcludes return testing modules that you be excluded from reactor.
InstallFile installs a maven artifact and its pom into the local maven repository.
InstallMavenArtifacts finds maven modules (identified by pom.xml files) and installs the artifacts into the local maven repository.
No description provided by the author
ParsePOM parses the provided XML raw data into a Project.
No description provided by the author
No description provided by the author
VisitAllMavenModules ...
# Structs
No description provided by the author
Dependency describes a dependency of the module.
EvaluateOptions are used by Evaluate() to construct the Maven command line.
Exclusion describes an exclusion within a dependency.
ExecuteOptions are used by Execute() to construct the Maven command line.
ModuleInfo describes a location and Project of a maven module.
Parent describes the coordinates a module's parent POM.
Project describes the Maven object model.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
SettingsDownloadUtils defines an interface for downloading and storing maven settings files.
No description provided by the author