All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractAddResourceMojo Abstract Mojo for adding ResourcesAbstractDefinePropertyMojo AbstractRegexPropertyMojo AbstractUpToDatePropertyMojo Abstract base for setting properties according to whether sets of source and object resources are respectively up to date with each other.AddResourceMojo Add more resource directories to the POM.AddSourceMojo Add more source directories to the POM.AddTestResourceMojo Add more test resource directories to the POM.AddTestSourceMojo Add test source directories to the POM.Artifact Artifact class.AttachArtifactMojo Attach additional artifacts to be installed and deployed.BeanshellPropertyMojo Define one or many properties as a result of a Beanshell script invocation.CpuCountMojo Retrieve number of CPUs with project factor, and place it under a configurable project propertyDefaultVersioning HelpMojo Display help information on build-helper-maven-plugin.
Callmvn build-helper:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.HostnameMojo Retrieve current hostname and place it under a configurable project propertyLocalIpMojo Retrieve current host IP address and place it under a configurable project propertyMavenVersionMojo Deprecated. Maven since version3.0.4
has such property build in: MNG-4112.ParseVersionMojo Parse a version string and set properties containing the component parts of the version.RegexPropertiesMojo Sets a property by applying a regex replacement rule to a supplied value.RegexPropertyMojo Sets a property by applying a regex replacement rule to a supplied value.RegexPropertySetting ReleasedVersionMojo Resolve the latest released version of this project.RemoveLocalArtifactMojo Deprecated. There is a similar goal: dependency:purge-local-repository By the way such goal should by not used with Maven 3/4 anymore.ReserveListenerPortMojo Reserve a list of random and not in use network ports and place them in a configurable project properties.RootLocationMojo This goal will get the location of the root folder within a multi module build as a propertyrootlocation
.TimestampPropertyMojo Sets a property based on the current date and time.UpToDatePropertiesMojo Sets multiple properties according to whether multiple sets of source and target resources are respectively up to date.UpToDatePropertyMojo Sets a property according to whether one set of resources is up to date with respect to another.UpToDatePropertySetting Holds settings forAbstractUpToDateProperty
subclasses.VersionInformation This class will parse the version based on the given pattern inParseVersionMojo
.Versioning