Plugin documentation

Goals available:

Goal Description
scm:list Get the list of project files.
scm:tag Tag the project.
scm:bootstrap Pull the project source from the configured scm and execute the configured goals.
scm:export Get a fresh exported copy of the latest source from the configured scm url.
scm:update Update the local working copy with the latest source from the configured scm url.
scm:status Display the modification status of the files in the configured scm url.
scm:edit Edit/lock a set of files.
scm:changelog Dump changelog contents to console. It is mainly used to test maven-scm-api's changelog command.
scm:add No description
scm:unedit Unedit/unlock a set of files.
scm:validate Validate scm connection string.
scm:branch Branch the project.
scm:checkin Commit changes to the configured scm url.
scm:checkout Get a fresh copy of the latest source from the configured scm url.
scm:update-subprojects No description
scm:diff Display the difference of the working copy with the latest copy in the configured scm url.