|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.plugins.release.phase.AbstractReleasePhase
org.apache.maven.plugins.release.phase.ScmTagPhase
public class ScmTagPhase
Tag the SCM repository after committing the release.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugins.release.phase.ReleasePhase |
|---|
ROLE |
| Constructor Summary | |
|---|---|
ScmTagPhase()
|
|
| Method Summary | |
|---|---|
void |
execute(ReleaseConfiguration releaseConfiguration)
Execute the phase. |
void |
simulate(ReleaseConfiguration releaseConfiguration)
Simulate the phase, but don't make any changes to the project. |
| Methods inherited from class org.apache.maven.plugins.release.phase.AbstractReleasePhase |
|---|
clean |
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScmTagPhase()
| Method Detail |
|---|
public void execute(ReleaseConfiguration releaseConfiguration)
throws ReleaseExecutionException,
ReleaseFailureException
ReleasePhase
releaseConfiguration - the configuration to use
ReleaseExecutionException - an exception during the execution of the phase
ReleaseFailureException - a failure during the execution of the phase
public void simulate(ReleaseConfiguration releaseConfiguration)
throws ReleaseExecutionException,
ReleaseFailureException
ReleasePhase
releaseConfiguration - the configuration to use
ReleaseExecutionException - an exception during the execution of the phase
ReleaseFailureException - a failure during the execution of the phase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||