Uses of Class
org.apache.maven.scm.plugin.AbstractScmMojo
Packages that use AbstractScmMojo
-
Uses of AbstractScmMojo in org.apache.maven.scm.plugin
Subclasses of AbstractScmMojo in org.apache.maven.scm.pluginModifier and TypeClassDescriptionclass
Add a file set to the project.class
Pull the project source from the configured scm and execute the configured goals.class
Branch the project.class
Dump changelog contents to console.class
Commit changes to the configured scm url.class
This mojo will fail the build if there is any local modificationsclass
Get a fresh copy of the latest source from the configured scm url.class
Display the difference of the working copy with the latest copy in the configured scm url.class
Edit/lock a set of files.class
Get a fresh exported copy of the latest source from the configured scm url.class
Get the list of project files.class
Mark a set of files for deletion.class
Display the modification status of the files in the configured scm url.class
Tag the project.class
Unedit/unlock a set of files.class
Untag the project.class
Update the local working copy with the latest source from the configured scm url.class
Updates all projects in a multi project build.class
Validate scm connection string.class
Validate scm connection string recursively for all projects